public class SendUserDataManSpec extends Object implements ControlFrame
Frame.ControlCode| Constructor and Description |
|---|
SendUserDataManSpec(SendUserData sendUserData,
int ciField) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJSON(net.sf.json.JSONObject json) |
byte |
getAddress() |
int |
getCiField() |
Frame.ControlCode |
getControlCode() |
boolean |
isFcb() |
void |
setAddress(byte address) |
void |
setCiField(int ciField) |
void |
setFcb(boolean fcb) |
net.sf.json.JSONObject |
toJSON(JsonSerializeType jsonSerializeType) |
public SendUserDataManSpec(SendUserData sendUserData, int ciField)
public byte getAddress()
getAddress in interface PrimaryAddresspublic int getCiField()
public Frame.ControlCode getControlCode()
getControlCode in interface Framepublic boolean isFcb()
public void setAddress(byte address)
setAddress in interface PrimaryAddressaddress - the address to setpublic void setCiField(int ciField)
ciField - the ciField to setpublic 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.