Interface InternalMeshMsgHandlerCallbacks
- All Known Implementing Classes:
BaseMeshMessageHandler
public interface InternalMeshMsgHandlerCallbacks
Callbacks to notify the mesh message handler to notify events from transport layers.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onIncompleteTimerExpired
(int address) Callback to notify the incomplete timer has expired
-
Method Details
-
onIncompleteTimerExpired
void onIncompleteTimerExpired(int address) Callback to notify the incomplete timer has expired- Parameters:
address
- address of the message
-