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)
Syntaxpublic List<string> LocalAddressList { get; }
Public ReadOnly Property LocalAddressList As List(Of String)
Get
public:
property List<String^>^ LocalAddressList {
List<String^>^ get ();
}
Return Value
Type:
ListStringThe local IP address and port list that library is currently listening. The address format is IP:Port.
See Also