A
B
C
D
E
F
G
H
I
M
N
O
P
R
S
T
V
W
S
- set(nl.basjes.modbus.device.api.Address,nl.basjes.modbus.device.api.RegisterValue) - function in nl.basjes.modbus.device.api.RegisterBlock
- setComment(java.lang.String) - function in nl.basjes.modbus.device.api.RegisterValue
- If a register has a comment this can be used when converting it to a String (in yaml for example)
- setFetchGroup(java.lang.String) - function in nl.basjes.modbus.device.api.RegisterValue
- An identifier to that can be used to ensure some registers are retrieved together.
- setImmutable(java.lang.Boolean) - function in nl.basjes.modbus.device.api.RegisterValue
- Some registers will NEVER change and thus do not need to be retrieved a second time
- setLogRequests(java.lang.Boolean) - function in nl.basjes.modbus.device.memory.MockedModbusDevice
- setMaxRegistersPerModbusRequest(java.lang.Integer) - function in nl.basjes.modbus.device.api.ModbusDevice
- setMaxRegistersPerModbusRequest(java.lang.Integer) - function in nl.basjes.modbus.device.api.ModbusDevice
- setStackTrace(kotlin.Array) - function in kotlin.Throwable
- setTimestamp(java.lang.Long) - function in nl.basjes.modbus.device.api.RegisterValue
- setValue(nl.basjes.modbus.device.api.Address) - function in nl.basjes.modbus.device.api.RegisterBlock
- Set an not-yet-loaded register value IFF absent
- setValue(nl.basjes.modbus.device.api.Address,java.lang.Short,java.lang.Long) - function in nl.basjes.modbus.device.api.RegisterBlock
- setValue(java.lang.Short) - function in nl.basjes.modbus.device.api.RegisterValue
- setValue(java.lang.Short,java.lang.Long) - function in nl.basjes.modbus.device.api.RegisterValue