9 CSC5262 (
int pulseLength,
int pin,
bool bQuiet =
false);
11 bool SwitchSocket (
unsigned char SystemCode,
unsigned char Receiver,
bool bTurnOn,
int repeatedSuccess,
int totalTransmittion);
12 bool Switch (
unsigned char SystemCode,
unsigned char Receiver,
bool bTurnOn);
void SendLogicalBit(unsigned short bit)
void SendCommand(bool bTurnOn)
CSC5262(int pulseLength, int pin, bool bQuiet=false)
void SendPysicalBit(TriSTateBit bit)
bool SwitchSocket(unsigned char SystemCode, unsigned char Receiver, bool bTurnOn, int repeatedSuccess, int totalTransmittion)
bool Switch(unsigned char SystemCode, unsigned char Receiver, bool bTurnOn)