public Byte StopBits;
public enum StopBits : int
Public Enum StopBits As Integer
End Enum ' StopBits
internal StopBits StopBits;
public enum StopBits : byte
StopBits As Byte
Public StopBits As Byte