Documentation

RegisterConverterToInt16 Method

Overload List
  NameDescription
Public methodStatic memberToInt16(Int32)
Cast a signed 32-bit value to a tuple of 16-bit register values
Public methodStatic memberToInt16(Single)
Cast an 32-bit floating point value to a tuple of 16-bit register values
Public methodStatic memberToInt16(UInt16)
Cast an unsigned 16-bit value to a 16-bit register value
Public methodStatic memberToInt16(UInt32)
Cast an unsigned 32-bit value to a tuple of 16-bit register values
Public methodStatic memberToInt16(Int32, Int16, Int32)
Copies a signed 32-bit integer value into an array of 16-bit register values
Public methodStatic memberToInt16(Single, Int16, Int32)
Copies a 32-bit floating point value into an array of 16-bit register values
Public methodStatic memberToInt16(String, Int32, Boolean)
Convert an ASCII string into an array of 16-bit Modbus registers
Public methodStatic memberToInt16(UInt32, Int16, Int32)
Copies an unsigned 32-bit integer value into an array of 16-bit register values
Top
See Also