MODEM_ReadByte Function
Read a byte from modem
Syntax
UBYTE MODEM_ReadByte(UCB *pUcb, char *pByte, int timeout);
Parameters
UCB * - pointer to Ucb
char * - pByte
int - timeout
Return Value
modem status code, or error code
Remarks
N/A
Requirements
common.h
Example
N/A