Documentation

RegisterConverterToBytes Method

Pack an array of bits into an array of 8-bit unsigned bytes

Namespace:  FieldTalk.Modbus.Master
Assembly:  FieldTalk.Modbus.Master (in FieldTalk.Modbus.Master.dll) Version: 2.15.2-eval+3d8362b4bb861c05760d48b11d303e954bb8597c
Syntax
public static byte[] ToBytes(
	bool[] bits
)

Parameters

bits
Type: SystemBoolean
Array with the bits

Return Value

Type: Byte
Array of bytes
See Also