Add callback typedefs to documentation
This commit is contained in:
parent
75000993dc
commit
e6f777b5fa
1 changed files with 15 additions and 0 deletions
|
@ -186,6 +186,21 @@ using namespace TelldusCore;
|
|||
* Error code. An unkown error has occurred.
|
||||
**//** @} */
|
||||
|
||||
/**
|
||||
* @name Callback typedefs
|
||||
*
|
||||
* @typedef TDDeviceEvent
|
||||
*
|
||||
* @typedef TDDeviceChangeEvent
|
||||
*
|
||||
* @typedef TDRawDeviceEvent
|
||||
*
|
||||
* @typedef TDSensorEvent
|
||||
*
|
||||
* @typedef TDControllerEvent
|
||||
*
|
||||
**//** @} */
|
||||
|
||||
/**
|
||||
* This function initiates the library. Call this function before any other
|
||||
* call to a function in telldus-core.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue