| Modifier and Type | Method and Description |
|---|---|
MEIReadDeviceIdentification |
ModbusMaster.readDeviceIdentification(int serverAddress,
int objectId,
ReadDeviceIdentificationCode readDeviceId)
This function code allows reading the identification and additional information relative to the
physical and functional description of a remote device, only.
|
| Modifier and Type | Method and Description |
|---|---|
ModbusRequest |
ModbusRequestBuilder.buildReadDeviceIdentification(int serverAddress,
int objectId,
ReadDeviceIdentificationCode readDeviceId) |
| Modifier and Type | Method and Description |
|---|---|
static ReadDeviceIdentificationCode |
ReadDeviceIdentificationCode.get(int code) |
ReadDeviceIdentificationCode |
MEIReadDeviceIdentification.getReadDeviceIdCode() |
static ReadDeviceIdentificationCode |
ReadDeviceIdentificationCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadDeviceIdentificationCode[] |
ReadDeviceIdentificationCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MEIReadDeviceIdentification.setReadDeviceId(ReadDeviceIdentificationCode readDeviceIdCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReadDeviceIdentificationRequest.setReadDeviceId(ReadDeviceIdentificationCode readDeviceId) |
Copyright © 2018. All rights reserved.