SerialCommPortExtensionsIntToSerialCommPort Method |
Converts int to SerialCommPort.
Namespace: ZylSoft.SerialAssembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntaxpublic static SerialCommPort IntToSerialCommPort(
int portNumber
)
Public Shared Function IntToSerialCommPort (
portNumber As Integer
) As SerialCommPort
public:
static SerialCommPort IntToSerialCommPort(
int portNumber
)
static member IntToSerialCommPort :
portNumber : int -> SerialCommPort public static SerialCommPort IntToSerialCommPort(
int portNumber
)
public static function IntToSerialCommPort(
portNumber : int
) : SerialCommPort
ZylSoft.Serial.SerialCommPortExtensions.IntToSerialCommPort = function(portNumber);
STATIC METHOD IntToSerialCommPort(
portNumber AS LONG
) AS SerialCommPort
No code example is currently available or this language may not be supported.
Parameters
- portNumber Int32
-
Number of the port.
Return Value
SerialCommPort
The equivalent SerialCommPort value.
See Also