public class ProtocolGEOMSGInformation extends ProtocolInformation implements java.io.Serializable
ProtocolInformation
,
ShootingRestrictions
,
Serialized FormConstructor 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.
|
Modifier and Type | Method and Description |
---|---|
ShootingRestrictions |
getShootRestrictions() |
void |
setShootRestrictions(ShootingRestrictions shootRestrictions) |
getDeviceSrc, getMessage, getObject, getProtocol, getTypeMsg, setDeviceSrc, setMessage, setObject, setProtocol, setTypeMsg
public ProtocolGEOMSGInformation(Device deviceSrc, byte[] message, AppProtocol app, ShootingRestrictions shootRestrictions)
public ProtocolGEOMSGInformation(Device deviceSrc, java.lang.Object object, AppProtocol app, ShootingRestrictions shootRestrictions)
deviceSrc
- object
- app
- shootRestrictions
- public ShootingRestrictions getShootRestrictions()
public void setShootRestrictions(ShootingRestrictions shootRestrictions)