SimpleModbusSlaveDevice

Undocumented in source.

Constructors

this
this(ulong numb)
Undocumented in source.

Members

Functions

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.
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.
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.
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.
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.

Variables

_number
ulong _number;
Undocumented in source.
vals
ushort[0x7D] vals;
Undocumented in source.

Inherited Members

From ModbusSlaveDevice

number
ulong number()
onMessage
Response onMessage(ResponseWriter rw, Message msg)

Meta