int csetbrk(cid) | |||
int cid; |
The csetbrk function suspends character transmission and places the communications device in a break state. USER calls this function whenever an application calls the SetCommBreak function (USER.210).
cid
Identifies the communications device.
The return value is zero if the function is successful. Otherwise, the return value is -1.
The export ordinal for this function is 13.