| Package | Description |
|---|---|
| net.sf.mbus4j.dataframes | |
| net.sf.mbus4j.devices | |
| net.sf.mbus4j.slaves |
| Modifier and Type | Method and Description |
|---|---|
static UserDataResponse.StatusCode |
UserDataResponse.StatusCode.fromLabel(String label) |
UserDataResponse.StatusCode[] |
UserDataResponse.getStatus() |
UserDataResponse.StatusCode[] |
MBusResponseFramesContainer.getStatus() |
static UserDataResponse.StatusCode |
UserDataResponse.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserDataResponse.StatusCode[] |
UserDataResponse.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserDataResponse.addStatus(UserDataResponse.StatusCode status) |
void |
UserDataResponse.setStatus(UserDataResponse.StatusCode[] status) |
void |
MBusResponseFramesContainer.setStatus(UserDataResponse.StatusCode[] status) |
static byte |
UserDataResponse.StatusCode.toId(UserDataResponse.StatusCode[] values) |
| Modifier and Type | Method and Description |
|---|---|
UserDataResponse.StatusCode[] |
GenericDevice.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
GenericDevice.setStatus(UserDataResponse.StatusCode[] status) |
| Modifier and Type | Method and Description |
|---|---|
UserDataResponse.StatusCode[] |
Slave.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Slave.setStatus(UserDataResponse.StatusCode[] status) |
Copyright © 2009–2016 MBus4J. All rights reserved.