TS800 Methods |
The TS800 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 Settings.
|
![]() | GetBleDeviceName | Obsolete.
Gets the BLE peripheral name for reader.
|
![]() | GetBleMacAddress |
Gets the reader Bluetooth MAC address.
|
![]() | GetBleRomVersion |
Gets the firmware version running on the BLE module.
|
![]() | GetBuzzerOperationMode |
Gets the way of controlling the buzzer.
|
![]() | GetCommandTriggerState |
Gets the state of command trigger.
|
![]() | GetEventType |
Gets the setting of which data and event to output when inventory a tag.
|
![]() | GetFirmwareVersion |
Gets the firmware version of the reader.
(Inherited from UHF.) |
![]() | GetInventoryActiveMode |
Gets the operation mode of inventory a tag.
|
![]() | GetInventoryRoundInterval |
Gets the time interval between each inventory round.
|
![]() | GetIOState |
Gets the state of all digital input/output pin.
|
![]() | GetIpAddress |
Gets the reader local IP address.
|
![]() | GetLinkFrequency |
Gets the tag's backscatter link frequency.
|
![]() | GetOutputInterface |
Gets the data output interface.
|
![]() | GetQValue |
Gets the starting Q value for the number of slots in the round.
|
![]() | GetRemoteHost |
Gets the target TCP server Ip and port that will receive inventory output.
|
![]() | GetRfPower |
Gets the RF Power strength.
|
![]() | GetRfSensitivity |
Gets the RF input sensitivity level.
|
![]() | GetRxDecode |
Gets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
|
![]() | GetScanMode |
Gets the way of trigger to turn of the RF power.
|
![]() | GetSessionAndTarget |
Gets the session flag and target used for inventory round.
|
![]() | GetTagPresentedRepeatInterval |
Gets the time period that the reader continues to detect to determine a tag is presented.
|
![]() | GetTagRemovedThreshold |
Gets the time period that the reader doesn't detect to determine a tag is presented.
|
![]() | GetTriggerType |
Gets the trigger type for turning on RF power.
|
![]() | 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.
|
![]() | GetWiFiSettings | Obsolete.
Gets the Wi-Fi settings.
|
![]() | 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 Settings.
|
![]() | SetBleDeviceName | Obsolete.
Sets the BLE peripheral name for reader.
|
![]() | SetBuzzerOperationMode |
Sets the way of controlling the reader buzzer.
|
![]() | SetCommandTriggerState |
Sets the state of command trigger.
|
![]() | SetEventType |
Set which data and event to output when inventory a tag.
|
![]() | SetInventoryActiveMode |
Sets the operation mode of inventory a tag.
|
![]() | SetInventoryRoundInterval |
Sets the time interval between each inventory round. The value is ranging from 0 to 254.
|
![]() | SetIOState |
Sets the digital input/output pin specified HIGH or LOW.
|
![]() | SetLinkFrequency |
Sets the tag's backscatter link frequency. May affect data transmission speed.
|
![]() | SetOutputInterface |
Sets the data output interface.
|
![]() | SetQValue |
Sets the starting Q value for the number of slots in the round.
|
![]() | SetRemoteHost(IPEndPoint) |
Sets the target TCP server Ip and port that will receive inventory output.
|
![]() | SetRemoteHost(Int32, IPEndPoint) |
Sets the target TCP server Ip and port that will receive inventory output.
|
![]() | SetRfPower |
Sets the RF Power strength. The value is ranging from 1 to 27.
|
![]() | SetRfSensitivity |
Sets the RF input sensitivity level.
|
![]() | SetRxDecode |
Sets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
|
![]() | SetScanMode |
Sets the way of trigger to turn of the RF power.
|
![]() | SetSessionAndTarget |
Sets the session flag and target used for inventory round.
|
![]() | SetTagPresentedRepeatInterval |
Sets to determine a tag is presented after reader detects in a given period time. The value is ranging from 0 to 254.
|
![]() | SetTagRemovedThreshold |
Sets to determine a tag is removed after reader doesn't detect in a given inventory rounds. The value is ranging from 0 to 254.
|
![]() | SetTriggerType |
Sets the trigger type for turning on RF power.
|
![]() | SetWiFiSettings(WiFiSettings) | Obsolete.
Sets the Wi-Fi settings.
|
![]() | SetWiFiSettings(String, String) | Obsolete.
Set target Wi-Fi Access Point SSID and password with DHCP enabled. The reader will try to connect the access point immediately.
|
![]() | SetWiFiSettings(String, String, IPAddress, IPAddress, IPAddress) | Obsolete.
Set target Wi-Fi Access Point SSID and password with DHCP disabled. The reader will try to connect the access point immediately.
|
![]() | 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.
|