Click or drag to resize

HostGetPortName Method

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
)

Parameters

index
Type: SystemInt32
The index number of port . The value starts from 0.

Return Value

Type: String
The port name with secified port index.
See Also