- gapTime - Variable in class RFIDReader.ReadGapTimes
-
- Get24VDCStatus() - Method in class RFIDReader.RFIDReader
-
Method:
Config24V Get24VDCStatus()
Summary:
This method returns the current setup of the 24V DC output on the GPIO connector
as well as what its state is when the sensor is started or restarted.
- GetActiveAntenna() - Method in class RFIDReader.RFIDReader
-
Methods:
int GetActiveAntenna()
Summary:
Returns the numeric value of the currently active antenna.
- GetAntennaPowers() - Method in class RFIDReader.RFIDReader
-
Methods:
PowerSettings GetAntennaPowers()
Summary:
Returns the read power and write power level settings in dBm of the internal antenna
(index 0) and the three external antennas (indexes 1, 2, and 3)
- GetConnectedAntennas() - Method in class RFIDReader.RFIDReader
-
Method:
boolean[] GetConnectedAntennas()
Summary:
This method returns queries each of the ports of the integrated reader and returns
an array sized appropriately for the reader of boolean (true/false) values indicating
whether each of the port is connected or not.
- GetEnvRSSI() - Method in class RFIDReader.RFIDReader
-
Method:
double GetEnvRSSI()
Summary:
this method returns the background RSSI of the sensor in dBm.
- GetErrorList() - Method in class RFIDReader.RFIDReader
-
Method:
ErrorList GetErrorList()
Summary:
This method returns the list of errors detected and recorded by the sensor
- GetFirmwareId() - Method in class RFIDReader.RFIDReader
-
Method:
String GetFirmwareId()
Summary:
This method retrieves the hardware Major.Minor.Revision number of the sensor.
- GetGen2Params() - Method in class RFIDReader.RFIDReader
-
Methods:
InventoryParameters GetGen2Params()
Summary:
The InventoryParameters object is returned with the various Gen2 parameters
filled in.
- GetGPIOSetup() - Method in class RFIDReader.RFIDReader
-
Method:
byte GetGPIOSetup()
Summary:
This method returns the settings for the general-purpose outputs and the detected
state of the general-purpose inputs
- GetHardwareId() - Method in class RFIDReader.RFIDReader
-
Group
Top-Level Sensor ID Queries
Method:
String GetHardwareId()
Summary:
This method retrieves the hardware Major.Minor.Revision number of the sensor.
- GetHeartbeatConfig() - Method in class RFIDReader.RFIDReader
-
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.
- getInfiniteTimeout() - Static method in class RFIDReaderComm.RFIDReaderComm
-
- GetIPAddressString() - Method in class RFIDReader.ReaderHeartbeatSettings
-
- GetIPAddressString() - Method in class RFIDReader.ReaderNetworkSettings
-
- GetIPv4Info() - Method in class RFIDReader.RFIDReader
-
Method:
ReaderNetworkSettings GetIPv4Info()
Summary:
This method returns the various parameters comprising the IpV4 network
configuration.
- GetLinkParams() - Method in class RFIDReader.RFIDReader
-
Method:
byte GetLinkParams()
Summary:
The method returns the current Link Parameter setting of the RFIDReader module.
- GetModuleFirmwareId() - Method in class RFIDReader.RFIDReader
-
Method:
String GetModuleFirmwareId()
Summary:
Returns the RF Module's firmware version number.
- GetModuleHardwareId() - Method in class RFIDReader.RFIDReader
-
Group:
RF Module ID Queries
Method:
String GetModuleHardwareId()
Summary:
Returns the RF Module's hardware identifier.
- GetModulePowerSetting() - Method in class RFIDReader.RFIDReader
-
Method:
PowerSettings GetModulePowerSetting()
Summary:
Returns the read power and write power levels from the reader module.
- GetModuleSerialNumber() - Method in class RFIDReader.RFIDReader
-
Method:
String GetModuleSerialNumber()
Summary:
This function returns the string value corresponding to the reader module's
internal serial number.
- GetModuleTemperature() - Method in class RFIDReader.RFIDReader
-
Method:
double GetModuleTemperature()
Summary:
This method retrieves the internal temperature of the RFIDReader module in
degrees C.
- GetPortReturnLoss(int) - Method in class RFIDReader.RFIDReader
-
Method:
double getPortReturnLoss(int antennaNumber)
Summary:
This method returns the background RSSI of sensor in dBm.
- GetReaderConfiguration() - Method in class RFIDReader.RFIDReader
-
Method:
ReaderConfig GetReaderConfiguration()
Summary:
Gets the configuration of the reader
- GetReaderName() - Method in class RFIDReader.RFIDReader
-
Method:
String GetReaderName()
Summary:
Gets the name advertised by the sensor's heartbeat messages through a direct
firmware query.
- GetReaderType() - Method in class RFIDReader.RFIDReader
-
Method:
String GetReaderType()
Summary:
Gets the reader type advertised by the sensor's heartbeat messages
through a direct firmware query.
- GetReadGapTimes() - Method in class RFIDReader.RFIDReader
-
Method:
ReadGapTimes GetReadGapTimes()
Summary:
This command retrieves the current read time interval and the time interval between
read cycles.
- GetReadSequence() - Method in class RFIDReader.RFIDReader
-
Method:
int[] GetReadSequence()
Summary:
This method retrieves the sequence of antennas that the reader loops through
when performing a continuous tag inventory read cycle.
- GetRegionSetting() - Method in class RFIDReader.RFIDReader
-
Method:
String GetRegionSetting()
Summary:
This method returns the byte code for the region setting of the reader module.
- GetSearchMode() - Method in class RFIDReader.RFIDReader
-
Method:
byte GetSearchMode()
Summary:
Returns the current search mode for the reader module.
- GetSerialNumber() - Method in class RFIDReader.RFIDReader
-
Method:
String GetSerialNumber()
Summary:
This method retrieves the serial number of the sensor.
- GetSessionParameter() - Method in class RFIDReader.RFIDReader
-
Method:
byte GetSessionParameter()
Summary:
Returns the current byte value for the session parameter.
- GetTemperatureProtect() - Method in class RFIDReader.RFIDReader
-
Methods:
boolean GetTemperatureProtect()
Summary:
Returns the status of the modules temperature protection status.
- GetTempNotificationSetup() - Method in class RFIDReader.RFIDReader
-
Method:
TemperatureNotificationSettings GetTempNotificationSetup()
Summary:
This method returns the time intervals and thresholds for reporting module
temperature during continuous tag read sessions.