Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Searches the RFIDDeviceTable table for a record matching the parameters.
Syntax
client server public static RFIDDeviceTable find(
RFIDServerId _serverId,
RFIDDeviceName _deviceName,
[boolean _forUpdate])
Run On
Called
Parameters
- _serverId
Type: RFIDServerId Extended Data Type
The ID of the server where the device is connected.
- _deviceName
Type: RFIDDeviceName Extended Data Type
The name of the device.
- _forUpdate
Type: boolean
A Boolean value that determines whether the record should be selected for update; optional.
Return Value
Type: RFIDDeviceTable Table
A device record.