StopBits (Enums)
Last changed: tonedef-216.207.3.197

.
Summary
TODO - a short description

C# Definition:

public enum StopBits : int
{
    One = 0,
    One5 = 1,
    Two = 2
};

VB Definition:

Public Enum StopBits As Integer
    One = 0
    One5 = 1
    Two = 2
End Enum ' StopBits

Notes:

None.

Documentation
StopBits on MSDN