TCPDataReceiverLocalAddressList Property GIGATMS.UHF Help Documentation
Gets the local IP address and port list that library is currently listening.

Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax

public List<string> LocalAddressList { get; }

Return Value

Type: ListString
The local IP address and port list that library is currently listening. The address format is IP:Port.
See Also

Reference