TestModbusSlaveDevice

Undocumented in source.

Constructors

this
this(ulong number)
Undocumented in source.

Members

Functions

buf
ushort[] buf()
Undocumented in source. Be warned that the author may not have intended to support it.
onReadHoldingRegisters
Response onReadHoldingRegisters(ResponseWriter rw, ushort addr, ushort count)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadInputRegisters
Response onReadInputRegisters(ResponseWriter rw, ushort addr, ushort count)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteMultipleRegisters
Response onWriteMultipleRegisters(ResponseWriter rw, ushort addr, const(ushort)[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteSingleRegister
Response onWriteSingleRegister(ResponseWriter rw, ushort addr, ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
rndData
void rndData(Data tdd)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Data
struct Data
Undocumented in source.

Variables

data
Data data;
Undocumented in source.

Inherited Members

From SimpleModbusSlaveDevice

_number
ulong _number;
Undocumented in source.
vals
ushort[0x7D] vals;
Undocumented in source.
number
ulong number()
Undocumented in source. Be warned that the author may not have intended to support it.
onMessage
Response onMessage(ResponseWriter rw, Message msg)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadCoils
Response onReadCoils(ResponseWriter rw, ushort addr, ushort count)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadDiscreteInputs
Response onReadDiscreteInputs(ResponseWriter rw, ushort addr, ushort count)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadHoldingRegisters
Response onReadHoldingRegisters(ResponseWriter rw, ushort addr, ushort count)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadInputRegisters
Response onReadInputRegisters(ResponseWriter rw, ushort addr, ushort count)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteSingleCoil
Response onWriteSingleCoil(ResponseWriter rw, ushort addr, ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteSingleRegister
Response onWriteSingleRegister(ResponseWriter rw, ushort addr, ushort value)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteMultipleCoils
Response onWriteMultipleCoils(ResponseWriter rw, ushort addr, const(ushort)[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteMultipleRegisters
Response onWriteMultipleRegisters(ResponseWriter rw, ushort addr, const(ushort)[] values)
Undocumented in source. Be warned that the author may not have intended to support it.
onOtherFunction
Response onOtherFunction(ResponseWriter rw, ubyte func, const(void)[] data)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta