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 PrimaryAddress
public int getCiField()
public Frame.ControlCode getControlCode()
getControlCode
in interface Frame
public boolean isFcb()
public void setAddress(byte address)
setAddress
in interface PrimaryAddress
address
- 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 JSONSerializable
public void fromJSON(net.sf.json.JSONObject json)
fromJSON
in interface JSONSerializable
Copyright © 2009–2016 MBus4J. All rights reserved.