Provides APIs to received incoming presented tag data.
Inheritance Hierarchy
com.gigatmsTCPDataReceiver
Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
The TCPDataReceiver type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TCPDataReceiver | Initializes a new instance of the TCPDataReceiver class |
Properties
Name | Description | |
---|---|---|
![]() | IsStarted |
Gets a value that indicates whether the Socket is bound to a specific local port.
|
![]() | LocalAddressList |
Gets the local IP address and port list that library is currently listening.
|
Methods
Name | Description | |
---|---|---|
![]() | Start |
Starts listening for incoming connection.
|
![]() | Stop |
Closes the listener.
|
Events
Name | Description | |
---|---|---|
![]() | OnTagDataReceived |
Indicates that the reader reads a new tag.
|
![]() | OnTagRemoved |
Indicates a tag is removed.
|
See Also