Package | Description |
---|---|
RFIDReader |
API for encapsulating high-level reader functions
|
Modifier and Type | Method and Description |
---|---|
ReaderHeartbeatSettings |
RFIDReader.GetHeartbeatConfig()
Method:
ReaderHeartbeatSettings GetHeartbeatConfig()
Summary:
This method returns the IP address and UDP port number over which the heartbeat
is sent as well and the Interval between heartbeat messages and the number (Count)
of messages that are sent before the heartbeat goes silent.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RFIDReader.SetHeartbeatConfig(ReaderHeartbeatSettings settings)
Method:
boolean SetHeartbeatConfig(ReaderHeartbeatSettings settings)
Summary:
This method sets the IP address, UDP port number, interval, and count of the
heartbeat configuration
|