| Modifier and Type | Method and Description |
|---|---|
ModbusRequest |
ModbusRequestBuilder.buildDiagnostics(DiagnosticsSubFunctionCode subFunctionCode,
int serverAddress,
int data)
The function uses a sub-function code field in the query to define the type of test to
be performed.
|
| Modifier and Type | Method and Description |
|---|---|
DiagnosticsSubFunctionCode |
DiagnosticsRequest.getSubFunctionCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiagnosticsRequest.setSubFunctionCode(DiagnosticsSubFunctionCode subFunctionCode) |
| Modifier and Type | Method and Description |
|---|---|
DiagnosticsSubFunctionCode |
DiagnosticsResponse.getSubFunctionCode() |
| Modifier and Type | Method and Description |
|---|---|
void |
DiagnosticsResponse.setSubFunctionCode(DiagnosticsSubFunctionCode subFunctionCode) |
| Modifier and Type | Method and Description |
|---|---|
static DiagnosticsSubFunctionCode |
DiagnosticsSubFunctionCode.get(int value) |
static DiagnosticsSubFunctionCode |
DiagnosticsSubFunctionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DiagnosticsSubFunctionCode[] |
DiagnosticsSubFunctionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.