Rodbus-FFI
0.1.0
Idiomatic C API to the Rodbus crate via Rust FFI
|
Type that describes the success or failure of an operation. More...
#include <rodbus.h>
Public Attributes | |
Status | status |
uint8_t | exception |
Type that describes the success or failure of an operation.
uint8_t Result::exception |
when status == Status_Exception, this value provides the Modbus exception code returned by the server
Status Result::status |
describes the success (ok) or failure of an operation