Desktop Functions: Smart Device Functions:
|
Search Results for "Parity" in [All]kernel32
public Byte Parity; Enums2: Parity
Structures3: COMMCONFIG
const UInt32 PCF_PARITY_CHECK = 0x0008; // Parity checking supported 4: COMMPROP
short wSettableStopParity;
Dim wSettableStopParity As Short 5: DCB
internal Parity Parity;
private static readonly int fParity;
fParity = BitVector32.CreateMask(fBinary);
fOutxCtsFlow = BitVector32.CreateMask(fParity);
public bool CheckParity
get { return Flags[fParity]; }
set { Flags[fParity] = value; }
public enum Parity : byte
Parity As Byte
Public Parity As Byte |