TS800_60 Methods |
The TS800_60 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 TS800_60 Settings.
Any modification to the settings object will take effect after calling SetAllSettings(Boolean, Settings).
|
![]() | GetBleMacAddress |
Gets the reader Bluetooth MAC address.
|
![]() | GetBleRomVersion |
Gets the firmware version running on the BLE module.
|
![]() | GetCommandTriggerState |
Gets the state of command trigger.
|
![]() | GetFirmwareVersion |
Gets the firmware version of the reader.
(Inherited from UHF.) |
![]() | GetIOState |
Gets the state of all digital input/output pin.
|
![]() | GetIpAddress |
Gets the reader local IP address.
|
![]() | GetTagPrivacyImpinjQt |
Gets tag Impinj's QT technology settings. Only works for Impinj tag.
|
![]() | GetWiFiApDetailList |
Gets a list of Wi-Fi access point SSID and RSSI.
|
![]() | GetWiFiApList |
Gets a list of Wi-Fi access point names.
|
![]() | GetWiFiMacAddress |
Gets the reader Wi-Fi MAC address.
|
![]() | InventoryTags | (Inherited from UHF.) |
![]() | KillTag(String) |
Permanently disable a Tag
|
![]() | KillTag(String, String) |
Permanently disable a Tag
|
![]() | LockTag(DictionaryMemoryBank, LockAction) |
Lock or unlock specified memory.
|
![]() | LockTag(String, DictionaryMemoryBank, LockAction) |
Lock or unlock specified memory.
|
![]() | 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 TS800_60 Settings.
|
![]() | SetCommandTriggerState |
Sets the state of command trigger.
|
![]() | SetInventoryActiveMode |
Sets the operation mode of inventory a tag.
|
![]() | SetIOState |
Sets the digital input/output pin specified HIGH or LOW.
|
![]() | SetKeyboardFormat |
Sets the keyboard output format. [Prefix]Output1[FieldSeparator]Output2[Suffix][Delimiter].
|
![]() | SetOutputTagData(Boolean, TagDecodedData) | Sets the output tag decoded data when inventory a tag. When a tag is inventoried, TS800_60 will try to decode its EPC accroding to the Filter form priority 1 to priority 4. Decode format priority is fixed, but each decode format can be selected or deselected (must select at least one format). Priority4_RawData include additional options include PC, EPC, TID. Affect Settings: EventType, Filter, BarcodeReadFormat, TagMemorySelection. |
![]() | SetOutputTagData(Boolean, TagRawData) | Sets the output tag raw data when inventory a tag. When set to output tag raw data, TS800_60 will always output PC and EPC, but TID is optional. User Bank is not supported. |
![]() | SetRemoteHost |
Sets the target TCP server Ip and port that will receive inventory output.
|
![]() | SetTagPrivacyImpinjQt |
Sets tag Impinj's QT technology settings. Only works for Impinj tag.
|
![]() | SetTagPrivacyImpinjShortRange |
Sets tag Impinj range settings. Only works for Impinj tag.
|
![]() | SetTagPrivacyUntraceable |
Sets tag Gen2 untraceable.
|
![]() | 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.
|
![]() | WriteTagEx(String, SGTIN_198) |
Encode GTIN barcode to SGTIN-198 and write into tag's EPC bank.
|
![]() | WriteTagEx(String, SGTIN_96) |
Encode GTIN barcode to SGTIN-96 format and write into tag's EPC bank.
|
![]() | WriteTagEx(String, SGTIN_96_EAS) |
Encode GTIN barcode to SGTIN-96 + EAS format (GIGA-TMS) and write into tag's EPC bank.
|
![]() | WriteTagEx(String, UDCTagData) |
Encode GTIN barcode to UDC format (GIGA-TMS) and write into tag's EPC bank.
|
![]() | WriteTagEx(String, String, SGTIN_198) |
Encode GTIN barcode to SGTIN-198 and write into specified tag's EPC bank.
|
![]() | WriteTagEx(String, String, SGTIN_96) |
Encode GTIN barcode to SGTIN-96 format and write into specified tag's EPC bank.
|
![]() | WriteTagEx(String, String, SGTIN_96_EAS) |
Encode GTIN barcode to SGTIN-96 + EAS format (GIGA-TMS) and write into specified tag's EPC bank.
|
![]() | WriteTagEx(String, String, UDCTagData) |
Encode GTIN barcode to UDC format (GIGA-TMS) and write into specified tag's EPC bank.
|