Click or drag to resize

TS800 Methods

The TS800 type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to device using specified port name and settings.
(Inherited from UHF.)
Public methodControlBuzzer
Make reader buzzer to sound a specified beep pattern.
Public methodDirectIoMultiAck
Used by manufacture only.
(Inherited from UHF.)
Public methodDisconnect
Close connection.
(Inherited from UHF.)
Public methodGetAllSettings
Gets all TS800 Settings.
Public methodGetBleDeviceName Obsolete.
Gets the BLE peripheral name for reader.
Public methodGetBleMacAddress
Gets the reader Bluetooth MAC address.
Public methodGetBleRomVersion
Gets the firmware version running on the BLE module.
Public methodGetBuzzerOperationMode
Gets the way of controlling the buzzer.
Public methodGetCommandTriggerState
Gets the state of command trigger.
Public methodGetEventType
Gets the setting of which data and event to output when inventory a tag.
Public methodGetFirmwareVersion
Gets the firmware version of the reader.
(Inherited from UHF.)
Public methodGetInventoryActiveMode
Gets the operation mode of inventory a tag.
Public methodGetInventoryRoundInterval
Gets the time interval between each inventory round.
Public methodGetIOState
Gets the state of all digital input/output pin.
Public methodGetIpAddress
Gets the reader local IP address.
Public methodGetLinkFrequency
Gets the tag's backscatter link frequency.
Public methodGetOutputInterface
Gets the data output interface.
Public methodGetQValue
Gets the starting Q value for the number of slots in the round.
Public methodGetRemoteHost
Gets the target TCP server Ip and port that will receive inventory output.
Public methodGetRfPower
Gets the RF Power strength.
Public methodGetRfSensitivity
Gets the RF input sensitivity level.
Public methodGetRxDecode
Gets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
Public methodGetScanMode
Gets the way of trigger to turn of the RF power.
Public methodGetSessionAndTarget
Gets the session flag and target used for inventory round.
Public methodGetTagPresentedRepeatInterval
Gets the time period that the reader continues to detect to determine a tag is presented.
Public methodGetTagRemovedThreshold
Gets the time period that the reader doesn't detect to determine a tag is presented.
Public methodGetTriggerType
Gets the trigger type for turning on RF power.
Public methodGetWiFiApDetailList
Gets a list of Wi-Fi access point SSID and RSSI.
Public methodGetWiFiApList
Gets a list of Wi-Fi access point names.
Public methodGetWiFiMacAddress
Gets the reader Wi-Fi MAC address.
Public methodGetWiFiSettings Obsolete.
Gets the Wi-Fi settings.
Public methodInventoryTags (Inherited from UHF.)
Public methodKillTag(String)
Permanently disable a Tag
Public methodKillTag(String, String)
Permanently disable a Tag
Public methodLockTag(DictionaryMemoryBank, LockAction)
Lock or unlock specified memory.
Public methodLockTag(String, DictionaryMemoryBank, LockAction)
Lock or unlock specified memory.
Public methodReadTag(String, MemoryBank, Int32, Int32)
Reads tag raw data from given memory bank.
Public methodReadTag(String, String, MemoryBank, Int32, Int32)
Reads raw data from tag with specified EPC.
Public methodSetAllSettings
Sets all TS800 Settings.
Public methodSetBleDeviceName Obsolete.
Sets the BLE peripheral name for reader.
Public methodSetBuzzerOperationMode
Sets the way of controlling the reader buzzer.
Public methodSetCommandTriggerState
Sets the state of command trigger.
Public methodSetEventType
Set which data and event to output when inventory a tag.
Public methodSetInventoryActiveMode
Sets the operation mode of inventory a tag.
Public methodSetInventoryRoundInterval
Sets the time interval between each inventory round. The value is ranging from 0 to 254.
Public methodSetIOState
Sets the digital input/output pin specified HIGH or LOW.
Public methodSetLinkFrequency
Sets the tag's backscatter link frequency. May affect data transmission speed.
Public methodSetOutputInterface
Sets the data output interface.
Public methodSetQValue
Sets the starting Q value for the number of slots in the round.
Public methodSetRemoteHost(IPEndPoint)
Sets the target TCP server Ip and port that will receive inventory output.
Public methodSetRemoteHost(Int32, IPEndPoint)
Sets the target TCP server Ip and port that will receive inventory output.
Public methodSetRfPower
Sets the RF Power strength. The value is ranging from 1 to 27.
Public methodSetRfSensitivity
Sets the RF input sensitivity level.
Public methodSetRxDecode
Sets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
Public methodSetScanMode
Sets the way of trigger to turn of the RF power.
Public methodSetSessionAndTarget
Sets the session flag and target used for inventory round.
Public methodSetTagPresentedRepeatInterval
Sets to determine a tag is presented after reader detects in a given period time. The value is ranging from 0 to 254.
Public methodSetTagRemovedThreshold
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.
Public methodSetTriggerType
Sets the trigger type for turning on RF power.
Public methodSetWiFiSettings(WiFiSettings) Obsolete.
Sets the Wi-Fi settings.
Public methodSetWiFiSettings(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.
Public methodSetWiFiSettings(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.
Public methodStartInventory
Starts the process of tag inventory using specified trigger source.
(Inherited from UHF.)
Public methodStopInventory
Stops the process of tag inventory.
(Inherited from UHF.)
Public methodWriteEPC(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.
Public methodWriteEPC(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.
Public methodWriteTag(String, MemoryBank, Int32, Byte)
Writes raw data into tag.
Public methodWriteTag(String, String, MemoryBank, Int32, Byte)
Writes raw data into tag with specified EPC.
Public methodWriteTagEx(String, SGTIN_198)
Encode GTIN barcode to SGTIN-198 and write into tag's EPC bank.
Public methodWriteTagEx(String, SGTIN_96)
Encode GTIN barcode to SGTIN-96 format and write into tag's EPC bank.
Public methodWriteTagEx(String, SGTIN_96_EAS)
Encode GTIN barcode to SGTIN-96 + EAS format (GIGA-TMS) and write into tag's EPC bank.
Public methodWriteTagEx(String, UDCTagData)
Encode GTIN barcode to UDC format (GIGA-TMS) and write into tag's EPC bank.
Public methodWriteTagEx(String, String, SGTIN_198)
Encode GTIN barcode to SGTIN-198 and write into specified tag's EPC bank.
Public methodWriteTagEx(String, String, SGTIN_96)
Encode GTIN barcode to SGTIN-96 format and write into specified tag's EPC bank.
Public methodWriteTagEx(String, String, SGTIN_96_EAS)
Encode GTIN barcode to SGTIN-96 + EAS format (GIGA-TMS) and write into specified tag's EPC bank.
Public methodWriteTagEx(String, String, UDCTagData)
Encode GTIN barcode to UDC format (GIGA-TMS) and write into specified tag's EPC bank.
Top
See Also