|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| INexusDevice * | GetNexusDevice () |
| int | GetIndex () |
| std::wstring | GetName () |
| std::wstring | GetShortName () |
| int | GetWidth () |
| TMemoryKind | GetKind () |
| int | GetBytesPerUnit () |
| bool | InitDownload () |
| bool | FinishDownload () |
| INT64 | GetLength () |
| bool SCH::IMemorySpace::FinishDownload | ( | ) |
| int SCH::IMemorySpace::GetBytesPerUnit | ( | ) |
| int SCH::IMemorySpace::GetIndex | ( | ) |
| TMemoryKind SCH::IMemorySpace::GetKind | ( | ) |
| INT64 SCH::IMemorySpace::GetLength | ( | ) |
| std::wstring SCH::IMemorySpace::GetName | ( | ) |
| INexusDevice * SCH::IMemorySpace::GetNexusDevice | ( | ) |
| std::wstring SCH::IMemorySpace::GetShortName | ( | ) |
| int SCH::IMemorySpace::GetWidth | ( | ) |
| bool SCH::IMemorySpace::InitDownload | ( | ) |