Package | Description |
---|---|
net.sf.mbus4j | |
net.sf.mbus4j.dataframes | |
net.sf.mbus4j.dataframes.datablocks | |
net.sf.mbus4j.devices | |
net.sf.mbus4j.json | |
net.sf.mbus4j.master | |
net.sf.mbus4j.slaves |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
Connection.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
SerialPortConnection.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
TcpIpConnection.toJSON(JsonSerializeType jsonSerializeType) |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
SendUserDataManSpec.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
SendInitSlave.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
UserDataResponse.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
SingleCharFrame.SingleCharFrameImpl.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
ResponseFrameContainer.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
ApplicationReset.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
GeneralApplicationError.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
SelectionOfSlaves.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
GarbageCharFrame.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
SetBaudrate.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
SendUserData.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
RequestClassXData.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
SynchronizeAction.toJSON(JsonSerializeType jsonSerializeType) |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
DataBlock.toJSON(JsonSerializeType jsonSerializeType) |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
GenericDevice.toJSON(JsonSerializeType jsonSerializeType) |
Modifier and Type | Method and Description |
---|---|
static JsonSerializeType |
JsonSerializeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSerializeType[] |
JsonSerializeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
JSONSerializable.toJSON(JsonSerializeType jsonSerializeType) |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
MBusMaster.toJSON(JsonSerializeType jsonSerializeType) |
Modifier and Type | Method and Description |
---|---|
net.sf.json.JSONObject |
Slave.toJSON(JsonSerializeType jsonSerializeType) |
net.sf.json.JSONObject |
Slaves.toJSON(JsonSerializeType jsonSerializeType) |
Copyright © 2009–2016 MBus4J. All rights reserved.