32 #ifndef COMMS_FAULT_HANDLER_H 33 #define COMMS_FAULT_HANDLER_H 37 namespace comms_fault_handler
Interface definition for communications fault handler. Defines the type of communcations faults that ...
virtual void receiveFailCB()=0
Receive failure callback method. This method will be executed in the event that a comms receive fails...
virtual void sendFailCB()=0
Send failure callback method. This method will be executed in the event that a comms send fails...
virtual void connectionFailCB()=0
Connection failure callback method. This method will be exectured in the event that a comms connectio...