Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "Parity" in [All]

kernel32

.

            public Byte Parity;

Enums

.

public enum Parity : int

.

Public Enum Parity As Integer

.

End Enum ' Parity

.
Documentation
[Parity] on MSDN

Structures

.

const UInt32 PCF_PARITY_CHECK  = 0x0008; // Parity checking supported

.

    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


 
Access PInvoke.net directly from VS: