Searched refs:CmdSend (Results 1 – 3 of 3) sorted by relevance
119 void CmdSend(stHslController* const _hsl, const void *message, int length);
127 #define PUTCS(dataptr, length, port, hsl) CmdSend(hsl, dataptr, length)
159 void CmdSend(stHslController* const _hsl, const void *message, int length) in CmdSend() function