Click or drag to resize

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)
Syntax
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