Modbus.Backend

Members

Functions

append
void append(byte )
void append(short )
void append(int )
void append(long )
void append(float )
void append(double )
void append(const(void)[] )

append data to message buffer

messageComplite
bool messageComplite()
read
Response read(size_t expectedBytes)

Read data to temp message buffer

send
void send()

send and clear temp message

start
void start(ulong dev, ubyte func)

start building message

tempBuffer
const(void)[] tempBuffer()

temp message buffer

Structs

Response
struct Response

Readed modbus response

Meta