Enum modbus::Reason
[−]
[src]
pub enum Reason {
UnexpectedReplySize,
BytecountNotEven,
SendBufferEmpty,
RecvBufferEmpty,
SendBufferTooBig,
DecodingError,
EncodingError,
InvalidByteorder,
}InvalidData reasons
Variants
UnexpectedReplySizeBytecountNotEvenSendBufferEmptyRecvBufferEmptySendBufferTooBigDecodingErrorEncodingErrorInvalidByteorder