TSerialDebugLink
PROTOCOL TSerialDebugLink : public TProtocol {
public:
static New(char *);
Delete();
Install(unsigned long,unsigned long,void *,long (*)(void *));
Remove();
WriteDebugFrame(unsigned char *,long,unsigned long);
WriteDebugFrame(unsigned char *,long);
ReadDebugFrame(unsigned char *,long,long *,unsigned long);
PollByte();
EnbIntOnNextRxC();
GetSerialChipPtr();
PowerCycle(unsigned char);
};

