|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| IJtagPort * | GetJtagPort () |
| std::wstring | GetUniqueId () |
| std::wstring | GetShortDescription () |
| int | GetBoardDeviceCount () |
| int | GetHardDeviceCount () |
| int | GetSoftDeviceCount () |
| int | GetProcessorDeviceCount () |
| IDeviceLink * | GetBoardDevice (int Index) |
| IDeviceLink * | GetHardDevice (int Index) |
| IDeviceLink * | GetSoftDevice (int Index) |
| IDeviceLink * | GetProcessorDevice (int Index) |
| IDeviceLink * SCH::INexusPort::GetBoardDevice | ( | int | Index | ) |
| int SCH::INexusPort::GetBoardDeviceCount | ( | ) |
| IDeviceLink * SCH::INexusPort::GetHardDevice | ( | int | Index | ) |
| int SCH::INexusPort::GetHardDeviceCount | ( | ) |
| IJtagPort * SCH::INexusPort::GetJtagPort | ( | ) |
| IDeviceLink * SCH::INexusPort::GetProcessorDevice | ( | int | Index | ) |
| int SCH::INexusPort::GetProcessorDeviceCount | ( | ) |
| std::wstring SCH::INexusPort::GetShortDescription | ( | ) |
| IDeviceLink * SCH::INexusPort::GetSoftDevice | ( | int | Index | ) |
| int SCH::INexusPort::GetSoftDeviceCount | ( | ) |
| std::wstring SCH::INexusPort::GetUniqueId | ( | ) |