public class SendInitSlave extends Object implements ShortFrame
Frame.ControlCode| Constructor and Description |
|---|
SendInitSlave() |
SendInitSlave(byte address) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromJSON(net.sf.json.JSONObject json) |
byte |
getAddress() |
Frame.ControlCode |
getControlCode() |
boolean |
isFcb() |
boolean |
isFcv() |
void |
setAddress(byte address) |
void |
setFcb(boolean fcb) |
void |
setFcv(boolean fcv) |
net.sf.json.JSONObject |
toJSON(JsonSerializeType jsonSerializeType) |
public SendInitSlave()
public SendInitSlave(byte address)
public byte getAddress()
getAddress in interface PrimaryAddresspublic Frame.ControlCode getControlCode()
getControlCode in interface Framepublic boolean isFcb()
isFcb in interface ShortFramepublic boolean isFcv()
isFcv in interface ShortFramepublic void setAddress(byte address)
setAddress in interface PrimaryAddresspublic void setFcb(boolean fcb)
setFcb in interface ShortFramepublic void setFcv(boolean fcv)
setFcv in interface ShortFramepublic 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.