MODEM_GetReply Function
Get reply from modem
Syntax
UINT MODEM_GetReply(UCB *pUcb, char *reply, int maxLen, int timeout);
Parameters
UCB * - pointer to Ucb
char * - reply
int maxLen
int - timeout
Return Value
modem status code, or error code
Remarks
N/A
Requirements
common.h
Example
N/A