A  B  C  D  E  F  G  H  I  M  N  O  P  R  S  T  V  W 

G

get(java.util.List) - function in nl.basjes.modbus.device.api.RegisterBlock
Get the values for the provided addresses.
get(nl.basjes.modbus.device.api.Address) - function in nl.basjes.modbus.device.api.RegisterBlock
 
getAddress() - function in nl.basjes.modbus.device.api.RegisterValue
The modbus register address.
getAddressClass() - function in nl.basjes.modbus.device.api.Address
The kind of the address (which limits the allowed function codes)
getAddressClass() - function in nl.basjes.modbus.device.api.RegisterBlock
The AddressClass of ALL addresses in this RegisterBlock
getBaseOffset() - function in nl.basjes.modbus.device.api.AddressClass
The "offset" used in the modicon notation.
getBitsPerValue() - function in nl.basjes.modbus.device.api.AddressClass
Sometimes 1 bit per value (booleans really), sometimes 16 bits (normal registers)
getBitsPerValue() - function in nl.basjes.modbus.device.api.FunctionCode
 
getCause() - function in kotlin.Throwable
 
getComment() - 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)
getEntries() - function in nl.basjes.modbus.device.api.AddressClass
 
getEntries() - function in nl.basjes.modbus.device.api.FunctionCode
 
getEnumName() - function in nl.basjes.modbus.device.api.AddressClass
The java code name of this enum which can be used for code generation
getEnumName() - function in nl.basjes.modbus.device.api.FunctionCode
The java code name of this enum which can be used for code generation
getFetchGroup() - function in nl.basjes.modbus.device.api.RegisterValue
An identifier to that can be used to ensure some registers are retrieved together.
getFirstAddress() - function in nl.basjes.modbus.device.api.RegisterBlock
 
getHexValue() - function in nl.basjes.modbus.device.api.RegisterValue
 
getImmutable() - function in nl.basjes.modbus.device.api.RegisterValue
Some registers will NEVER change and thus do not need to be retrieved a second time
getKeys() - function in nl.basjes.modbus.device.api.RegisterBlock
 
getLabels() - function in nl.basjes.modbus.device.api.AddressClass
 
getLocalizedMessage() - function in kotlin.Throwable
 
getLogRequests() - function in nl.basjes.modbus.device.memory.MockedModbusDevice
 
getLongLabel() - function in nl.basjes.modbus.device.api.AddressClass
 
getMaxRegistersPerModbusRequest() - function in nl.basjes.modbus.device.api.ModbusDevice
The maximum number of modbus registers that can be requested PER call.
getMaxRegistersPerModbusRequest() - function in nl.basjes.modbus.device.api.ModbusDevice
The maximum number of modbus registers that can be requested PER call.
getMessage() - function in kotlin.Throwable
 
getName() - function in kotlin.AddressClass
 
getName() - function in kotlin.FunctionCode
 
getOrdinal() - function in kotlin.AddressClass
 
getOrdinal() - function in kotlin.FunctionCode
 
getPhysicalAddress() - function in nl.basjes.modbus.device.api.Address
The technical wire address.
getReadableId() - function in nl.basjes.modbus.device.api.AddressClass
A human-readable name
getReadableName() - function in nl.basjes.modbus.device.api.FunctionCode
A human-readable name for the FunctionCode
getRegisterNumber() - function in nl.basjes.modbus.device.api.Address
 
getRegisterNumberOffset() - function in nl.basjes.modbus.device.api.AddressClass
Offset from the "Physical Modbus Address" to the "Register Number"
getRegisters(nl.basjes.modbus.device.api.Address,java.lang.Integer) - function in nl.basjes.modbus.device.api.ModbusDevice
Retrieve a block of registers.
getRegisters(nl.basjes.modbus.device.api.Address,java.lang.Integer) - function in nl.basjes.modbus.device.memory.MockedModbusDevice
Retrieve a block of registers.
getShortLabel() - function in nl.basjes.modbus.device.api.AddressClass
The additional labels on which the instance must also be returned.
getSize() - function in nl.basjes.modbus.device.api.RegisterBlock
 
getStackTrace() - function in kotlin.Throwable
 
getSuppressed() - function in kotlin.Throwable
 
getTimestamp() - function in nl.basjes.modbus.device.api.RegisterValue
 
getValue(nl.basjes.modbus.device.api.Address) - function in nl.basjes.modbus.device.api.RegisterBlock
 
getValue() - function in nl.basjes.modbus.device.api.RegisterValue
 
getValues() - function in nl.basjes.modbus.device.api.RegisterBlock
 
A  B  C  D  E  F  G  H  I  M  N  O  P  R  S  T  V  W