Package | Description |
---|---|
usp.ime.gclib.net.communication | |
usp.ime.gclib.net.protocol |
Modifier and Type | Method and Description |
---|---|
int |
CommunicationSocket.sendMessage(AppProtocol protocol,
ProtocolInformation appInfo)
This method will send the ProtocolInformation object through network.
|
Constructor and Description |
---|
ProtocolGEOMSGInformation(Device deviceSrc,
byte[] message,
AppProtocol app,
ShootingRestrictions shootRestrictions) |
ProtocolGEOMSGInformation(Device deviceSrc,
java.lang.Object object,
AppProtocol app,
ShootingRestrictions shootRestrictions)
The object parameter must be Serializable, otherwise it will be throws a IllegalArgumentException.
|
ProtocolInformation(Device deviceSrc,
byte[] message,
AppProtocol app) |
ProtocolInformation(Device deviceSrc,
java.lang.Object object,
AppProtocol app)
The object parameter must be Serializable, otherwise it will be throws a IllegalArgumentException.
|
ProtocolLIBCONFIGInformation(Device deviceSrc,
byte[] message,
AppProtocol app,
LibConfigurationObject libConfig) |
ProtocolLIBCONFIGInformation(Device deviceSrc,
java.lang.Object object,
AppProtocol app,
LibConfigurationObject libConfig)
The object parameter must be Serializable, otherwise it will be throws a IllegalArgumentException.
|