SerialCommConfig.ParityBits

EMDK For Xamarin 4.0

Specifies the parity bits for a SerialComm object.

Type - Java.Lang.Enum

Methods

ValueOf

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

Parameters:

System.String this_ -

Returns - Symbol.XamarinEMDK.SerialComm.SerialCommConfig+ParityBits

Values

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

Parameters:

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