Lines Matching full:callback
129 /* Defines client's callback set to monitor SDK controller socket connection.
131 * SDKCtlSocket will invoke this callback when connection to TCP port is
136 * The main purpose of this callback for the client is to monitor connection
137 * state: in addition to TCP port connection, this callback will be invoked when
154 /* Enumerates port connection statuses passed to port connection callback.
177 /* Defines client's callback set to receive port connection status.
184 * multi-touch functionality. So, for multi-touch example, this callback will be
197 /* Defines a message notification callback.
202 * be released upon exit from this callback (thus, could be freed along
204 * message after the callback returns, it should reference the message
205 * descriptor in this callback.
216 /* Defines query completion callback.
220 * exit from this callback (thus, could be freed along with query data). If
221 * the client is interested in working with that query after the callback
222 * returns, it should reference the query descriptor in this callback.
238 /* Defines direct packet completion callback.
242 * upon exit from this callback (thus, could be freed). If the client is
243 * interested in working with that packet after the callback returns, it
244 * should reference the packet descriptor in this callback.
292 * cb, cb_opaque - Callback to invoke on packet transmission events.
386 * query_cb - A callback to monitor query state.
428 * query_cb - A callback to monitor query state.
489 * on_socket_connection - A callback to invoke on socket connection events.
490 * on_port_connection - A callback to invoke on port connection events.
491 * on_message - A callback to invoke when a message is received from the SDK