|
Altium C++ SDK 3.0
|
#include <EDP.SCH.Interfaces.h>
Public Member Functions | |
| int | SPROM_ReadByte (int AAddress) |
| void | SPROM_WriteByte (int AAddress, int AData) |
| bool | SPROM_SelectDevice (int ABoardAddress, int ADeviceAddress) |
| int | SPROM_PageSize () |
| Public Member Functions inherited from SCH::IDeviceChannel | |
| bool | OpenChannel () |
| void | CloseChannel () |
| int SCH::ISPROMChannel::SPROM_PageSize | ( | ) |
| int SCH::ISPROMChannel::SPROM_ReadByte | ( | int | AAddress | ) |
| bool SCH::ISPROMChannel::SPROM_SelectDevice | ( | int | ABoardAddress, |
| int | ADeviceAddress ) |
| void SCH::ISPROMChannel::SPROM_WriteByte | ( | int | AAddress, |
| int | AData ) |