Uses of Class
io.qt.serialbus.QModbusPdu.ExceptionCode
Package | Description |
---|---|
io.qt.serialbus |
-
Uses of QModbusPdu.ExceptionCode in io.qt.serialbus
Methods in io.qt.serialbus that return QModbusPdu.ExceptionCode Modifier and Type Method Description QModbusPdu.ExceptionCode
QModbusPdu. exceptionCode()
static QModbusPdu.ExceptionCode
QModbusPdu.ExceptionCode. resolve(int value)
Returns the corresponding enum entry for the given value.static QModbusPdu.ExceptionCode
QModbusPdu.ExceptionCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static QModbusPdu.ExceptionCode[]
QModbusPdu.ExceptionCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.serialbus with parameters of type QModbusPdu.ExceptionCode Modifier and Type Method Description void
QModbusExceptionResponse. setExceptionCode(QModbusPdu.ExceptionCode ec)
Constructors in io.qt.serialbus with parameters of type QModbusPdu.ExceptionCode Constructor Description QModbusExceptionResponse(QModbusPdu.FunctionCode fc, QModbusPdu.ExceptionCode ec)