#include <BaseRemoteComponents.h>
Public Member Functions | |
bool | isInitialised () const |
virtual bool | attemptInitialisation ()=0 |
virtual bool | attemptNewConnection (BaseRemoteServerConnection *remoteConnection)=0 |
Protected Attributes | |
bool | initialised = false |
The device initialiser is responsible for initially preparing the hardware communications device for use, and then for creating new connections that can be used with a transport, you provide the transport to it, and the transport provided MUST be of the expected type for this instance.