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 PrimaryAddresspublic Frame.ControlCode getControlCode()
getControlCode in interface Framepublic boolean isFcb()
public void setAddress(byte address)
setAddress in interface PrimaryAddresspublic void setFcb(boolean fcb)
fcb - the fcb to setpublic net.sf.json.JSONObject toJSON(JsonSerializeType jsonSerializeType)
toJSON in interface JSONSerializablepublic void fromJSON(net.sf.json.JSONObject json)
fromJSON in interface JSONSerializableCopyright © 2009–2016 MBus4J. All rights reserved.