Document TDRawDeviceEvent
This commit is contained in:
parent
296be6a068
commit
034b5a03e6
1 changed files with 11 additions and 0 deletions
|
@ -230,8 +230,19 @@ using namespace TelldusCore;
|
|||
*
|
||||
* @typedef TDRawDeviceEvent
|
||||
* The callback type for raw events.
|
||||
*
|
||||
* @attention The callback will be called by another thread than the thread
|
||||
* used by the application and some measures must be taken to synchronize it
|
||||
* with the main thread.
|
||||
*
|
||||
* @param data Raw device data.
|
||||
* @param controllerId Id of receiving controller.
|
||||
* @param callbackId The id of the callback.
|
||||
* @param context The pointer passed when registering for the event.
|
||||
*
|
||||
* @sa tdRegisterRawDeviceEvent
|
||||
*
|
||||
*
|
||||
* @typedef TDSensorEvent
|
||||
* The callback type for sensor events.
|
||||
* @sa tdRegisterSensorEvent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue