Click or drag to resize

TCPDataReceiver Class

Provides APIs to received incoming presented tag data.
Inheritance Hierarchy
SystemObject
  com.gigatmsTCPDataReceiver

Namespace:  com.gigatms
Assembly:  GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntax
public class TCPDataReceiver

The TCPDataReceiver type exposes the following members.

Constructors
  NameDescription
Public methodTCPDataReceiver
Initializes a new instance of the TCPDataReceiver class.
Top
Properties
  NameDescription
Public propertyIsStarted
Gets a value that indicates whether the Socket is bound to a specific local port.
Public propertyLocalAddressList
Gets the local IP address and port list that library is currently listening.
Top
Methods
  NameDescription
Public methodStart
Starts listening for incoming connection.
Public methodStop
Closes the listener.
Top
Events
  NameDescription
Public eventOnTagDataReceived
Indicates that the reader reads a new tag.
Public eventOnTagRemoved
Indicates a tag is removed.
Top
See Also