SerialCommConfig.ParityBits

EMDK For Xamarin 2.3

Specifies the parity bits for a SerialComm object.

Type - Java.Lang.Enum

Methods

ValueOf

public static Symbol.XamarinEMDK.SerialComm.SerialCommConfig.ParityBits ValueOf (string p0);

Parameters:

  • System.String p0 -

Returns - Symbol.XamarinEMDK.SerialComm.SerialCommConfig+ParityBits

Values

public static Symbol.XamarinEMDK.SerialComm.SerialCommConfig.ParityBits[] Values ();

Returns - Symbol.XamarinEMDK.SerialComm.SerialCommConfig+ParityBits[]

Properties

Even

Sets the parity bit so that the count of bits set is an even number

Type - Symbol.XamarinEMDK.SerialComm.SerialCommConfig.ParityBits

Mark

Leaves the parity bit set to 1

Type - Symbol.XamarinEMDK.SerialComm.SerialCommConfig.ParityBits

None

No parity check occurs

Type - Symbol.XamarinEMDK.SerialComm.SerialCommConfig.ParityBits

Odd

Sets the parity bit so that the count of bits set is an odd number

Type - Symbol.XamarinEMDK.SerialComm.SerialCommConfig.ParityBits

Space

Leaves the parity bit set to 0

Type - Symbol.XamarinEMDK.SerialComm.SerialCommConfig.ParityBits