9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
|
[ implicit_handle( handle_t fax_handle )]
|
||
|
|
||
|
interface faxclient
|
||
|
{
|
||
|
[comm_status, fault_status] FAX_ClientEventQueue();
|
||
|
[comm_status, fault_status] FAX_OpenConnection();
|
||
|
[comm_status, fault_status] FAX_CloseConnection();
|
||
|
}
|