Documentation

MbusSerialServerBaseparity Property

Parity property

Namespace:  FieldTalk.Modbus.Slave
Assembly:  FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntax
public int parity { get; set; }

Property Value

Type: Int32
SER_PARITY_NONE as no parity, SER_PARITY_ODD as odd parity, SER_PARITY_EVEN as even parity
Remarks
Note Note
This property must be set before starting the server in order to come into effect.
See Also