This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Defines the connection attributes used to receive an asynchronous message
struct _asyncmsg_connection_attr { int (*call_back) (int err, void* buff, unsigned handle); size_t buffer_size; unsigned max_num_buffer; unsigned trigger_num_msg; struct itimertrigger_timer; };
The _asyncmsg_connection_attr structure describes connection attributes for use with asynchronous messaging.
The _asyncmsg_connection_attr structure includes these members:
QNX Neutrino
asyncmsg_connect_attach(), asyncmsg_connect_attr()
Asynchronous Messaging Technote