| Package | Description |
|---|---|
| net.sf.mbus4j.dataframes | |
| net.sf.mbus4j.decoder | |
| net.sf.mbus4j.devices | |
| net.sf.mbus4j.encoder | |
| net.sf.mbus4j.json | |
| net.sf.mbus4j.master | |
| net.sf.mbus4j.slaves |
| 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 |
|---|---|
static GenericDevice |
DeviceFactory.createDevice(UserDataResponse udResp,
Frame requestFrame) |
static GenericDevice |
DeviceFactory.createGenericDevice(UserDataResponse udResp,
Frame requestFrame) |
Frame |
Sender.send(Frame frame,
int maxTries,
long timeout) |
| Constructor and Description |
|---|
GenericDevice(UserDataResponse udResp,
Frame requestFrame) |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
Frame |
MBusMaster.send(Frame frame,
int maxTries,
long timeout) |
Frame |
MBusMaster.sendInitSlave(byte address) |
Frame |
MBusMaster.sendRequestUserData(byte address) |
Frame |
MBusMaster.sendSetNewAddress(byte address,
byte newAddress) |
| Modifier and Type | Method and Description |
|---|---|
Map<GenericDevice,Frame> |
MBusMaster.sendRequestUserData(Map<GenericDevice,MBusAddressing> devices) |
Map<GenericDevice,Frame> |
MBusMaster.sendRequestUserData(MBusAddressing addressing)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static DataBlock |
MBusMaster.getDataBlock(Frame frame,
ValueRequestPointLocator locator)
Deprecated.
|
Frame |
MBusMaster.send(Frame frame,
int maxTries,
long timeout) |
| Modifier and Type | Method and Description |
|---|---|
Frame |
Slave.handleApplicationReset(ApplicationReset applicationReset) |
Frame |
Slave.handleReqUd1(RequestClassXData requestClassXData) |
Frame |
Slave.handleReqUd2(RequestClassXData request) |
Frame |
Slave.handleSendInitSlave(SendInitSlave sendInitSlave) |
Frame |
Slave.handleSendUserData(SendUserData sendUserData) |
Frame |
Slave.handleSendUserDataManSpec(SendUserDataManSpec sendUserDataManSpec) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Slave.willHandleRequest(Frame frame) |
Copyright © 2009–2016 MBus4J. All rights reserved.