Click or drag to resize

TCPDataReceiverLocalAddressList Property

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.16.9.0 (2.16.9.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