Definition of event handlers for node. More...
Data Structures | |
struct | EMBENET_NODE_EventHandlers |
Structure holding embeNET Node stack event handlers. More... | |
Typedefs | |
typedef void(* | EMBENET_NODE_OnJoined) (EMBENET_PANID panId, const EMBENET_NODE_QuickJoinCredentials *quickJoinCredentials) |
Event hander that is called when the node joins a given network. More... | |
typedef void(* | EMBENET_NODE_OnLeft) (void) |
Event hander that is called when the node leaves the network. More... | |
typedef void(* | EMBENET_NODE_OnJoinAttempt) (EMBENET_PANID panId, const void *panData, size_t panDataSize) |
Event hander that is called when the node tries to join a network. More... | |
typedef void(* | EMBENET_NODE_OnQuickJoinCredentialsObsolete) (void) |
Event hander that is called when the quick join credentials become obsolete. More... | |
typedef void(* | EMBENET_NODE_DataOnUnregisteredPort) (uint16_t port) |
Event hander that is called when a UDP datagram was received on an unregistered port. More... | |
Definition of event handlers for node.
Any question or remarks? Just write us a message!
Feel free to get in touch