Package | Description |
---|---|
net.sf.mbus4j.dataframes | |
net.sf.mbus4j.devices | |
net.sf.mbus4j.slaves |
Modifier and Type | Method and Description |
---|---|
ResponseFrameContainer |
MBusResponseFramesContainer.getResponseFrameContainer(int index) |
ResponseFrameContainer[] |
MBusResponseFramesContainer.getResponseFrameContainers() |
ResponseFrameContainer |
MBusResponseFramesContainer.removeResponseFrameContainer(int i) |
Modifier and Type | Method and Description |
---|---|
boolean |
MBusResponseFramesContainer.addResponseFrameContainer(ResponseFrameContainer rfc) |
int |
MBusResponseFramesContainer.responseFrameContainerIndexOf(ResponseFrameContainer rfc) |
Modifier and Type | Method and Description |
---|---|
ResponseFrameContainer |
GenericDevice.getResponseFrameContainer(int index) |
ResponseFrameContainer[] |
GenericDevice.getResponseFrameContainers() |
ResponseFrameContainer |
GenericDevice.removeResponseFrameContainer(int i) |
Modifier and Type | Method and Description |
---|---|
Iterator<ResponseFrameContainer> |
GenericDevice.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
GenericDevice.addResponseFrameContainer(ResponseFrameContainer container) |
int |
GenericDevice.responseFrameContainerIndexOf(ResponseFrameContainer rfc) |
Modifier and Type | Field and Description |
---|---|
protected List<ResponseFrameContainer> |
Slave.responseFrameContainers |
Modifier and Type | Method and Description |
---|---|
ResponseFrameContainer |
Slave.getResponseFrameContainer(int index) |
ResponseFrameContainer[] |
Slave.getResponseFrameContainers() |
ResponseFrameContainer |
Slave.removeResponseFrameContainer(int i) |
Modifier and Type | Method and Description |
---|---|
Iterator<ResponseFrameContainer> |
Slave.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
Slave.addResponseFrameContainer(ResponseFrameContainer rfc) |
int |
Slave.responseFrameContainerIndexOf(ResponseFrameContainer rfc) |
Copyright © 2009–2016 MBus4J. All rights reserved.