MbusSerialServerBaseparity Property |
Parity property
Namespace:
FieldTalk.Modbus.Slave
Assembly:
FieldTalk.Modbus.Slave (in FieldTalk.Modbus.Slave.dll) Version: 2.11.0-eval+eb1ecbe71c969eff5d7c05d58da16dade0474678
Syntaxpublic int parity { get; set; }Public Property parity As Integer
Get
Set
public:
property int parity {
int get ();
void set (int value);
}Property Value
Type:
Int32 SER_PARITY_NONE as no parity, SER_PARITY_ODD as odd parity,
SER_PARITY_EVEN as even parity
Remarks Note |
|---|
| This property must be set before starting
the server in order to come into effect. |
See Also