Altium C++ SDK 3.0
Loading...
Searching...
No Matches
SCH::IDeviceMemoryInformation Struct Reference

#include <EDP.SCH.Interfaces.h>

Inheritance diagram for SCH::IDeviceMemoryInformation:

Public Member Functions

IDeviceMemoryLogicalSectionGetDefaultROMLogicalSection ()
IDeviceMemoryLogicalSectionGetDefaultRAMLogicalSection ()
IDeviceMemoryLogicalSectionGetDefaultFlashLogicalSection ()
long GetArchitectureSectionCount ()
long GetLogicalSectionCount ()
IDeviceMemoryLogicalSectionGetLogicalSection (long AIndex)
IDeviceMemoryArchitectureSectionGetArchitectureSection (long AIndex)
int AddArchitectureSection (IDeviceMemoryArchitectureSection *ANewMap)
int AddLogicalSection (IDeviceMemoryLogicalSection *ANewMap)
int AddDefaultSection (IDeviceMemoryLogicalSection *ANewMap)

Member Function Documentation

◆ AddArchitectureSection()

int SCH::IDeviceMemoryInformation::AddArchitectureSection ( IDeviceMemoryArchitectureSection * ANewMap)

◆ AddDefaultSection()

int SCH::IDeviceMemoryInformation::AddDefaultSection ( IDeviceMemoryLogicalSection * ANewMap)

◆ AddLogicalSection()

int SCH::IDeviceMemoryInformation::AddLogicalSection ( IDeviceMemoryLogicalSection * ANewMap)

◆ GetArchitectureSection()

IDeviceMemoryArchitectureSection * SCH::IDeviceMemoryInformation::GetArchitectureSection ( long AIndex)

◆ GetArchitectureSectionCount()

long SCH::IDeviceMemoryInformation::GetArchitectureSectionCount ( )

◆ GetDefaultFlashLogicalSection()

IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetDefaultFlashLogicalSection ( )

◆ GetDefaultRAMLogicalSection()

IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetDefaultRAMLogicalSection ( )

◆ GetDefaultROMLogicalSection()

IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetDefaultROMLogicalSection ( )

◆ GetLogicalSection()

IDeviceMemoryLogicalSection * SCH::IDeviceMemoryInformation::GetLogicalSection ( long AIndex)

◆ GetLogicalSectionCount()

long SCH::IDeviceMemoryInformation::GetLogicalSectionCount ( )

The documentation for this struct was generated from the following file: