public enum RtsControl : int
{
Disable = 0, Enable = 1, Handshake = 2, Toggle = 3
};
Public Enum RtsControl As Integer Disable = 0 Enable = 1 Handshake = 2 Toggle = 3 End Enum ' RtsControl
None.
Do you have...
Select "Edit This Page" on the right hand toolbar and edit it!