public Communicator
Base interface for communicator.
Extending classes should use StatusHandler object for notification operations status.
Modifier and Type | Method and Description |
---|---|
void |
connect()
Attempt to connect.
|
void |
disconnect()
Disconnect.
|
CommunicatorInfo |
getInfo()
Gets information related to the Communicator.
|
void |
send(Command command)
Attempt to send command.
|
void connect()
Attempt to connect.
void disconnect()
Disconnect.
void send(Command command)
Attempt to send command.
command
- The Command object to be send.CommunicatorInfo getInfo()
Gets information related to the Communicator.
interface CommunicatorInfo