Note: This API is now obsolete.
Gets the specified index port name in the ports list.
This API is now obsolete. Use
GetPortNames instead.
Namespace:
com.gigatms
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax[ObsoleteAttribute("Use GetPortNames() instead")]
public string GetPortName(
int index
)
<ObsoleteAttribute("Use GetPortNames() instead")>
Public Function GetPortName (
index As Integer
) As String
public:
[ObsoleteAttribute(L"Use GetPortNames() instead")]
String^ GetPortName(
int index
)
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