 | HostGetPortName Method |
Gets the port name by indicating port index.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntaxpublic string GetPortName(
int index
)
Public Function GetPortName (
index As Integer
) As String
Parameters
- index
- Type: SystemInt32
The index number of port . The value starts from 0.
Return Value
Type:
StringThe port name with secified port index.
See Also