public enum StopBits : int {
public enum StopBits : int
{
One = 0, One5 = 1, Two = 2 };
Public Enum StopBits As Integer One = 0 One5 = 1 Two = 2 End Enum ' StopBits
None.
};
Enum StopBits TODO End Enum
Do you have...
Select "Edit This Page" on the right hand toolbar and edit it!