Returns a description of a number of stop bits.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static string StopBits(
StopBits stopBits
)
Public Shared Function StopBits (
stopBits As StopBits
) As String
public:
static String^ StopBits(
StopBits stopBits
)
static member StopBits :
stopBits : StopBits -> string
Parameters
- stopBits
- Type: System.IO.PortsStopBits
Return Value
Type:
StringSee Also