Gets or sets the serial port parity-checking protocol. Default value is None

Namespace: Neodynamic.SDK.Web
Assembly: Neodynamic.SDK.WebClientPrint (in Neodynamic.SDK.WebClientPrint.dll) Version: 1.0.2000.0 (1.0.2000.0)

Syntax

C#
public Parity Parity { get; set; }
Visual Basic
Public Property Parity As Parity
	Get
	Set
Visual C++
public:
property Parity Parity {
	Parity get ();
	void set (Parity value);
}

See Also