9 CSC5262 (
int pulseLength,
int pin);
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)
CSC5262(int pulseLength, int pin)
void SendCommand(bool bTurnOn)
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)