public class SynchronizeAction extends Object implements ControlFrame
Frame.ControlCode
Modifier and Type | Field and Description |
---|---|
static String |
SEND_USER_DATA_SUBTYPE |
Constructor and Description |
---|
SynchronizeAction() |
SynchronizeAction(SendUserData old) |
Modifier and Type | Method and Description |
---|---|
void |
fromJSON(net.sf.json.JSONObject json) |
byte |
getAddress() |
Frame.ControlCode |
getControlCode() |
boolean |
isFcb() |
void |
setAddress(byte address) |
void |
setFcb(boolean fcb) |
net.sf.json.JSONObject |
toJSON(JsonSerializeType jsonSerializeType) |
String |
toString() |
public static final String SEND_USER_DATA_SUBTYPE
public SynchronizeAction(SendUserData old)
public SynchronizeAction()
public byte getAddress()
getAddress
in interface PrimaryAddress
public Frame.ControlCode getControlCode()
getControlCode
in interface Frame
public boolean isFcb()
public void setAddress(byte address)
setAddress
in interface PrimaryAddress
public void setFcb(boolean fcb)
fcb
- the fcb to setpublic net.sf.json.JSONObject toJSON(JsonSerializeType jsonSerializeType)
toJSON
in interface JSONSerializable
public void fromJSON(net.sf.json.JSONObject json)
fromJSON
in interface JSONSerializable
Copyright © 2009–2016 MBus4J. All rights reserved.