public class Response
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
ModbusExceptions |
code |
static Response |
OK |
java.lang.String |
reason |
| Modifier and Type | Method and Description |
|---|---|
static Response |
acknowledge() |
static Response |
gatewayPathUnavailable(java.lang.String reason) |
static Response |
gatewayTargetDeviceFailedToRespond(java.lang.String reason) |
static Response |
illegalDataAddress(java.lang.String reason) |
static Response |
illegalDataValue(java.lang.String reason) |
static Response |
illegalFunction(java.lang.String reason) |
static Response |
memoryParityError(java.lang.String reason) |
static Response |
serverDeviceBusy(java.lang.String reason) |
static Response |
serverDeviceFailure(java.lang.String reason) |
java.lang.String |
toString() |
public final ModbusExceptions code
public final java.lang.String reason
public static Response OK
public static Response illegalFunction(java.lang.String reason)
public static Response illegalDataAddress(java.lang.String reason)
public static Response illegalDataValue(java.lang.String reason)
public static Response serverDeviceFailure(java.lang.String reason)
public static Response acknowledge()
public static Response serverDeviceBusy(java.lang.String reason)
public static Response memoryParityError(java.lang.String reason)
public static Response gatewayPathUnavailable(java.lang.String reason)
public static Response gatewayTargetDeviceFailedToRespond(java.lang.String reason)
public java.lang.String toString()
toString in class java.lang.ObjectaQute SARL All Rights Reserved