- SaveCurrentConfiguration() - Method in class RFIDReader.RFIDReader
-
Method:
boolean SaveCurrentConfiguration()
Summary:
This method saves the various configurable setting to flash memory so that
they will be active when the sensor reboots.
- select - Variable in class RFIDReader.InventoryParameters
-
- SendMessage(byte[], int, RFIDReaderComm.RFIDReaderSubsystem, byte) - Method in class RFIDReaderComm.RFIDReaderComm
-
Method:
int SendMessage(byte[] responseBuffer, int maxResponseLength,
RFIDReaderComm.RFIDReaderSubsystem moduleType,
byte messageId)
Summary
This is a 4 parameter overload of the SendMessage method as documented above
where no data needs to be sent to the module (typically a get command)
- SendMessage(byte[], int, RFIDReaderComm.RFIDReaderSubsystem, byte, byte[], int) - Method in class RFIDReaderComm.RFIDReaderComm
-
Method:
int SendMessage(byte[] responseBuffer, int maxResponseLength,
RFIDReaderComm.RFIDReaderSubsystem moduleType,
byte messageId)
Summary:
Send a message to the sensor expecting to receive a response.
- SendMessageNoReply(RFIDReaderComm.RFIDReaderSubsystem, byte) - Method in class RFIDReaderComm.RFIDReaderComm
-
Methods
void SendMessageNoReply(RFIDReaderComm.RFIDReaderSubsystem moduleType, byte messageId)
Summary
Send a message to the sensor without expecting a reply.
- SendMessageNoReply(RFIDReaderComm.RFIDReaderSubsystem, byte, byte[], int) - Method in class RFIDReaderComm.RFIDReaderComm
-
Methods
void SendMessageNoReply(RFIDReaderComm.RFIDReaderSubsystem moduleType, byte messageId, byte[] messageData, int dataLength)
Summary
Send a message to the sensor without expecting a reply.
- sensorPort - Variable in class RFIDReader.ReaderNetworkSettings
-
- session - Variable in class RFIDReader.InventoryParameters
-
- Set24VStatus(Config24V) - Method in class RFIDReader.RFIDReader
-
Method:
boolean Set24VStatus(Config24V config24V)
Summary:
This method turns the 24VDC on or off and sets the configuration that determines
whether it is on or off on startup
- SetActiveAntenna(int) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetActiveAntenna(int antennaId)
Summary:
Sets the specified antenna to be the active one for reading or writing.
- SetAntennaPower(int, PowerSettings) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetAntennaPower(int antennaNumber, PowerSettings pSettings)
Summary:
Set the read and write power levels for when the reader is transmitting through the
specified antenna
- SetDNSServer(String) - Method in class RFIDReader.ReaderNetworkSettings
-
- SetGateway(String) - Method in class RFIDReader.ReaderNetworkSettings
-
- SetGen2Params(InventoryParameters) - Method in class RFIDReader.RFIDReader
-
Method:
RFIDStatus SetGen2Params(InventoryParameters ip)
Summary:
The Gen2Params for the RFIDReader module are set to the values specified in the
Gen2Params data structure.
- SetGeneralPurposeOutputs(byte) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetGeneralPurposeOutputs(bytes newGPOs)
Summary:
This method returns the settings for the general-purpose outputs and the
detected state of the general-purpose inputs
- SetHeartbeatConfig(ReaderHeartbeatSettings) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetHeartbeatConfig(ReaderHeartbeatSettings settings)
Summary:
This method sets the IP address, UDP port number, interval, and count of the
heartbeat configuration
- SetInventoryFilter(TagMask) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetInventoryFilter(TagMask filter)
Summary:
This method sets the filter to be used during tag inventory cycles
- SetIPAddress(String) - Method in class RFIDReader.ReaderHeartbeatSettings
-
- SetIPAddress(String) - Method in class RFIDReader.ReaderNetworkSettings
-
- SetIPv4CommLink(String, int) - Method in class RFIDReader.RFIDReader
-
Method:
void SetIPv4CommLink(String sIPv4Address, int portNumber)
Summary:
The IP address and port number are passed on to the underlying communication
layer which closes the underlying socket if the IP address and port number
don't match the values already set up.
- SetIPv4CommLink(String, int) - Method in class RFIDReaderComm.RFIDReaderComm
-
Method:
void SetIPv4CommLink(String sIPv4Address, int portNumber)
Summary:
This method is used after the class has been created to change the IP address or the port number
that the class will used to set up the TCP socket.
- SetIPv4Info(ReaderNetworkSettings) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetIPv4Info(ReaderNetworkSettings settings)
Summary:
This method is used to set the IpV4 network configuration for the sensor.
- SetLinkParams(byte, boolean) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetLinkParams(byte linkParams, boolean save)
Summary:
The method returns the current Link Parameter setting of the RFIDReader module.
- SetLocatorSignalState(boolean) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetLocatorSignalState(boolean stateActive)
Summary:
This method activates or deactivates the locator signal on the sensor.
- SetModulePower(PowerSettings) - Method in class RFIDReader.RFIDReader
-
Group:
RF Setup and Query Methods
Method:
boolean SetModulePower(PowerSettings pSettings)
Summary:
This function directly sets the read and write power of the RFIDReader module.
- SetNetmask(String) - Method in class RFIDReader.ReaderNetworkSettings
-
- SetReaderName(String) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetReaderName(String readerName)
Summary:
Sets the name advertised by the sensor's heartbeat messages.
- SetReadGapTimes(ReadGapTimes) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetReadGapTimes(ReadGapTimes readGapTimes)
Summary:
This method sets the time interval for an inventory read cycle and the time interval
between reads.
- SetReadSequence(int[]) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetReadSequence(int[] antennaSequence)
Summary:
This method sets the sequence of antennas that the reader loops through when
performing a continuous tag inventory read cycle.
- SetSearchMode(byte) - Method in class RFIDReader.RFIDReader
-
Method:
boolean SetSearchMode(byte searchMode)
Summary:
Set the search mode of the RFID module
- SetSessionParameter(byte) - Method in class RFIDReader.RFIDReader
-
Method:
RFIDStatus SetSessionParameter(byte sessionParam)
Summary:
This method sets the Session Parameter.
- SetTagReadCallback(OnTagReadResponse) - Method in class RFIDReader.RFIDReader
-
Method:
void SetTagReadCallback(OnTagReadResponse tagReadHandler)
Summary:
This method allows the continuous read callback function to be changed or disabled
(by passing the parameter value as null).
- SetTempNotificationSetup(TemperatureNotificationSettings) - Method in class RFIDReader.RFIDReader
-
Methods
boolean SetTempNotificationSetup(TemperatureNotificationSettings tempSettings)
Summary:
This method sets the time intervals and thresholds for reporting module temperature
during continuous tag read sessions.
- Shutdown() - Method in class RFIDReader.RFIDReader
-
Method:
void Shutdown()
Summary:
This method closes down the underlying communications connection.
ReturnType:
No return value is returned from this method
Comments:
Once this method is called, that instance of the RFIDReader class will
no longer be usable.
- Shutdown() - Method in class RFIDReaderComm.RFIDReaderComm
-
Method:
void Shutdown():
Summary:
Close and dispose of the underlying TCP socket
Exceptions:
A System.TimeoutException will be thrown if the socket disconnect process doesn't
complete within the disconnect timeout period.
- StartContinuousRead() - Method in class RFIDReader.RFIDReader
-
Method:
boolean StartContinuousRead()
Summary:
This method starts a continuous tag inventory session.
- startQ - Variable in class RFIDReader.InventoryParameters
-
- startupState24V - Variable in class RFIDReader.Config24V
-
- state24V - Variable in class RFIDReader.Config24V
-
- StopContinuousRead() - Method in class RFIDReader.RFIDReader
-
Method:
boolean StopContinuousRead()
Summary:
This method is called to stop a continuous read cycle started by the StartContinuousRead()
method.