SLR810 Methods |
The SLR810 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Connect |
Connects to device using specified port name and settings.
(Inherited from UHF.) |
![]() | ControlBuzzer |
Make reader buzzer to sound a specified beep pattern.
|
![]() | DirectIoMultiAck |
Used by manufacture only.
(Inherited from UHF.) |
![]() | Disconnect |
Close connection.
(Inherited from UHF.) |
![]() | GetAllSettings |
Gets all SLR810 Settings.
Any modification to the settings object will take effect after calling SetAllSettings(Boolean, Settings).
|
![]() | GetFirmwareVersion |
Gets the firmware version of the reader.
(Inherited from UHF.) |
![]() | GetInventoryActiveMode |
Gets the operation mode of inventory a tag.
|
![]() | InventoryTags | (Inherited from UHF.) |
![]() | ReadTag(String, MemoryBank, Int32, Int32) |
Reads tag raw data from given memory bank.
|
![]() | ReadTag(String, String, MemoryBank, Int32, Int32) |
Reads raw data from tag with specified EPC.
|
![]() | SetAllSettings |
Sets all SLR810 Settings.
|
![]() | SetInventoryActiveMode |
Sets the operation mode of inventory a tag.
|
![]() | StartInventory |
Starts the process of tag inventory using specified trigger source.
(Inherited from UHF.) |
![]() | StopInventory |
Stops the process of tag inventory.
(Inherited from UHF.) |
![]() | WriteEPC(String, Byte) |
Writes EPC into tag.
Note this API will automatically calculate and write the Gen2 PC based on the EPC length.
UMI, XI, T, bits will set to 0.
AFI or Attribute byte will set to 0.
If you want to write EPC with specified T, AFI or Attribute, call WriteTag(String, MemoryBank, Int32, Byte) instead.
|
![]() | WriteEPC(String, String, Byte) |
Writes EPC into tag with specified EPC.
Note this API will automatically calculate and write the Gen2 PC based on the EPC length.
UMI, XI, T, bits will set to 0.
AFI or Attribute byte will set to 0.
If you want to write EPC with specified T, AFI or Attribute, call WriteTag(String, String, MemoryBank, Int32, Byte) instead.
|
![]() | WriteTag(String, MemoryBank, Int32, Byte) |
Writes raw data into tag.
|
![]() | WriteTag(String, String, MemoryBank, Int32, Byte) |
Writes raw data into tag with specified EPC.
|