Package | Description |
---|---|
net.sf.mbus4j.dataframes | |
net.sf.mbus4j.decoder | |
net.sf.mbus4j.devices | |
net.sf.mbus4j.encoder | |
net.sf.mbus4j.json |
Modifier and Type | Interface and Description |
---|---|
interface |
ControlFrame |
interface |
LongFrame |
interface |
ShortFrame |
interface |
SingleCharFrame |
Modifier and Type | Class and Description |
---|---|
class |
ApplicationReset |
class |
GarbageCharFrame |
class |
GeneralApplicationError |
class |
RequestClassXData |
class |
SelectionOfSlaves |
class |
SendInitSlave |
class |
SendUserData |
class |
SendUserDataManSpec |
class |
SetBaudrate |
static class |
SingleCharFrame.SingleCharFrameImpl |
class |
SynchronizeAction |
class |
UserDataResponse |
Modifier and Type | Method and Description |
---|---|
Frame |
ResponseFrameContainer.getRequestFrame() |
Frame |
ResponseFrameContainer.getResponseFrame() |
Frame |
ResponseFrameContainer.getSelectFrame() |
Modifier and Type | Method and Description |
---|---|
void |
ResponseFrameContainer.setRequestFrame(Frame requestFrame) |
void |
ResponseFrameContainer.setResponseFrame(Frame responseFrame) |
void |
ResponseFrameContainer.setSelectFrame(Frame selectFrame) |
Modifier and Type | Method and Description |
---|---|
void |
DecoderListener.success(Frame parsingFrame) |
Modifier and Type | Method and Description |
---|---|
Frame |
Sender.send(Frame frame,
int maxTries,
long timeout) |
Modifier and Type | Method and Description |
---|---|
Frame |
Sender.send(Frame frame,
int maxTries,
long timeout) |
Modifier and Type | Method and Description |
---|---|
byte[] |
Encoder.encode(Frame frame) |
Modifier and Type | Method and Description |
---|---|
static Frame |
JSONFactory.createFrame(net.sf.json.JSONObject json) |
Copyright © 2009–2016 MBus4J. All rights reserved.