Documentation

RegisterConverterToInt32 Method (Int16, Int32)

Cast a tuple of 16-bit register array elements to a signed 32-bit value

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
public static int ToInt32(
	short[] regArr,
	int startIndex
)

Parameters

regArr
Type: SystemInt16
Register array
startIndex
Type: SystemInt32
Index pointing to the register tuple

Return Value

Type: Int32
signed 32-bit value
See Also