Méthode |
Description |
|
DelcomBuzzer ( uint DeviceHandle, byte Mode, byte Freq, byte Repeat, byte OnTime, byte OffTime ) : int |
|
|
DelcomCloseDevice ( uint DeviceHandle ) : int |
|
|
DelcomEnableAutoClear ( uint DeviceHandle, int Mode ) : int |
|
|
DelcomEnableAutoConfirm ( uint DeviceHandle, int Mode ) : int |
|
|
DelcomGetButtonStatus ( uint DeviceHandle ) : int |
|
|
DelcomGetDLLDate ( StringBuilder DateString ) : int |
|
|
DelcomGetDLLVersion ( ) : float |
|
|
DelcomGetDeviceCount ( uint ProductType ) : int |
|
|
DelcomGetNthDevice ( uint ProductType, uint NthDevice, StringBuilder DeviceName ) : int |
|
|
DelcomLEDControl ( uint DeviceHandle, int Color, int Mode ) : int |
|
|
DelcomLEDPower ( uint DeviceHandle, int Color, int Power ) : int |
|
|
DelcomLoadInitialPhaseDelay ( uint DeviceHandle, byte Color, byte Delay ) : int |
|
|
DelcomLoadLedFreqDuty ( uint DeviceHandle, byte Color, byte Low, byte High ) : int |
|
|
DelcomLoadPreScalar ( uint DeviceHandle, byte PreScalar ) : int |
|
|
DelcomNumericDouble ( uint DeviceHandle, double Number, int Base ) : int |
|
|
DelcomNumericHexaDecimal ( uint DeviceHandle, int Number, int Base ) : int |
|
|
DelcomNumericInteger ( uint DeviceHandle, int Number, int Base ) : int |
|
|
DelcomNumericMode ( uint DeviceHandle, byte Mode, byte Rate ) : int |
|
|
DelcomNumericRaw ( uint DeviceHandle, StringBuilder Str ) : int |
|
|
DelcomNumericScanRate ( uint DeviceHandle, byte ScanRate ) : int |
|
|
DelcomNumericSetup ( uint DeviceHandle, byte Digits ) : int |
|
|
DelcomOpenDevice ( StringBuilder DeviceName, int Mode ) : uint |
|
|
DelcomRS232Ctrl ( uint DeviceHandle, int Mode, int Value ) : int |
|
|
DelcomRead64Bit ( uint DeviceHandle, DataExtStructure &DataExt ) : int |
|
|
DelcomReadDeviceSerialNum ( StringBuilder DeviceName, uint DeviceHandle ) : int |
|
|
DelcomReadDeviceVersion ( uint DeviceHandle ) : int |
|
|
DelcomReadI2C ( uint DeviceHandle, byte CmdAdd, byte Length, DataExtStructure &DataExt ) : int |
|
|
DelcomReadI2CEEPROM ( uint DeviceHandle, uint Address, uint size, byte Ctrlcode, StringBuilder &Data ) : int |
|
|
DelcomReadPorts ( uint DeviceHandle, byte &Port0, byte &Port1 ) : int |
|
|
DelcomReadRS232 ( uint DeviceHandle, DataExtStructure &DataExt ) : int |
|
|
DelcomSPIRead ( uint DeviceHandle, DataExtStructure &DataExt ) : int |
|
|
DelcomSPISetClock ( uint DeviceHandle, uint ClockPeriod ) : int |
|
|
DelcomSPIWr8Read64 ( uint DeviceHandle, uint WeData, uint ClockCount, DataExtStructure &DataExt ) : int |
|
|
DelcomSPIWrite ( uint DeviceHandle, uint ClockCount, DataExtStructure &DataExt ) : int |
|
|
DelcomSelReadI2C ( uint DeviceHandle, byte SetAddCmd, byte Address, byte ReadCmd, byte Length, DataExtStructure &DataExt ) : int |
|
|
DelcomSendPacket ( uint DeviceHandle, PacketStructure &PacketOut, PacketStructure &PacketIn ) : int |
|
|
DelcomSyncLeds ( uint DeviceHandle ) : int |
|
|
DelcomVerboseControl ( uint Mode, StringBuilder caption ) : int |
|
|
DelcomWrite64Bit ( uint DeviceHandle, DataExtStructure &DataExt ) : int |
|
|
DelcomWriteI2C ( uint DeviceHandle, byte CmdAdd, byte Length, DataExtStructure DataExt ) : int |
|
|
DelcomWriteI2CEEPROM ( uint DeviceHandle, uint Address, uint size, byte Ctrlcode, byte WriteDelay, StringBuilder &Data ) : int |
|
|
DelcomWritePin ( uint DeviceHandle, byte Port, byte Pin, byte Value ) : int |
|
|
DelcomWritePorts ( uint DeviceHandle, byte Port0, byte Port1 ) : int |
|
|
DelcomWriteRS232 ( uint DeviceHandle, int Length, DataExtStructure &DataExt ) : int |
|
|