Package | Description |
---|---|
usp.ime.gclib.net.communication | |
usp.ime.gclib.net.protocol |
Modifier and Type | Method and Description |
---|---|
void |
IReceiveListener.onReceiveAPPDATA(ProtocolInformation appInfo) |
void |
IReceiveListener.onReceiveGEOACK(ProtocolInformation appInfo) |
void |
IReceiveListener.onReceiveONLINE(ProtocolInformation appInfo) |
void |
IReceiveListener.onReceiveONLINEANSWER(ProtocolInformation appInfo) |
int |
CommunicationSocket.sendMessage(AppProtocol protocol,
ProtocolInformation appInfo)
This method will send the ProtocolInformation object through network.
|
Modifier and Type | Class and Description |
---|---|
class |
ProtocolGEOMSGInformation
This class extends ProtocolInformation and use a ShootingRestricions object for additional informations.
|
class |
ProtocolLIBCONFIGInformation
This class extends ProtocolInformation and use a LibConfigurationObject object for additional informations.
|