Click or drag to resize

Host.GetPortCount Method

Note: This API is now obsolete.

Gets the total number of ports in discovered. This API is now obsolete. Use GetPortNames() instead.

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.17.1.0 (2.17.1.0)
Syntax
[ObsoleteAttribute("Use GetPortNames() instead")]
public int GetPortCount()

Return Value

Type: Int32
The total number of ports in current computer.
See Also