Package | Description |
---|---|
usp.ime.gclib.net.protocol |
Modifier and Type | Method and Description |
---|---|
LibConfigurationObject |
ProtocolLIBCONFIGInformation.getLibConfig() |
Modifier and Type | Method and Description |
---|---|
void |
ProtocolLIBCONFIGInformation.setLibConfig(LibConfigurationObject libConfig) |
Constructor and Description |
---|
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.
|