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 methodDisconnect
Closes the port connection.
(Inherited from UHF.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBleDeviceName
Gets the BLE name for device.
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 methodGetFirmwareVersion
Gets the firmware program version running on the device.
(Inherited from UHF.)
Public methodGetFrequency
Gets the channel of hopping frequency in MHz.
(Inherited from UHF.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInventoryActiveMode
Gets the operation mode of reading a tag.
Public methodGetInventoryRoundInterval
Gets the time interval between each inventory round.
(Inherited from UHF.)
Public methodGetIOState
Get the state of all I/O pin.
Public methodGetLinkFrequency
Gets the tag's backscatter link frequency.
(Inherited from UHF.)
Public methodGetOutputInterface
Gets the data output interface.
Public methodGetQValue
Gets the starting Q value for the number of slots in the round.
(Inherited from UHF.)
Public methodGetRfPower
Gets the RF Power strength.
(Inherited from UHF.)
Public methodGetRfSensitivity
Gets the RF input sensitivity level.
(Inherited from UHF.)
Public methodGetRxDecode
Gets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
(Inherited from UHF.)
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.
(Inherited from UHF.)
Public methodGetTagPresentedRepeatInterval
Gets the time period that the reader continues to detect to determine a tag is presented.
(Overrides UHFGetTagPresentedRepeatInterval(Boolean).)
Public methodGetTagRemovedThreshold
Gets the time period that the reader doesn't detect to determine a tag is presented.
(Inherited from UHF.)
Public methodGetTriggerType
Gets the trigger type for turning on RF power.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWiFiApList
Gets a list of access point names.
Public methodGetWiFiMacAddress
Get the reader Wi-Fi MAC address.
Public methodKillTag(String)
Permanently disable a Tag
(Inherited from UHF.)
Public methodKillTag(String, String)
Permanently disable a Tag
(Inherited from UHF.)
Public methodLockTag(DictionaryMemoryBank, LockAction)
Lock or unlock specified memory.
(Inherited from UHF.)
Public methodLockTag(String, DictionaryMemoryBank, LockAction)
Lock or unlock specified memory.
(Inherited from UHF.)
Public methodReadTag(String, MemoryBank, Int32, Int32)
Reads tag data from given memory bank.
(Inherited from UHF.)
Public methodReadTag(String, String, MemoryBank, Int32, Int32)
Reads tag data from given memory bank.
(Inherited from UHF.)
Public methodSetBleDeviceName
Sets the BLE name for device.
Public methodSetBuzzerOperationMode
Sets the way of controlling the reader buzzer.
Public methodSetCommandTriggerState
Sets the state of command trigger.
Public methodSetFrequency
Sets the channel of hopping frequency in MHz.
(Inherited from UHF.)
Public methodSetInventoryActiveMode
Sets the operation mode of reading a tag.
Public methodSetInventoryRoundInterval
Sets the time interval between each inventory round. The value is ranging from 0 to 254.
(Inherited from UHF.)
Public methodSetIOState
Sets the I/O pin specified HIGH or LOW.
Public methodSetLinkFrequency
Sets the tag's backscatter link frequency. May affect data transmission speed.
(Inherited from UHF.)
Public methodSetOutputInterface
Sets the data output interface.
Public methodSetQValue
Sets the starting Q value for the number of slots in the round.
(Inherited from UHF.)
Public methodSetRfPower
Sets the RF Power strength. The value is ranging from 1 to 27.
(Inherited from UHF.)
Public methodSetRfSensitivity
Sets the RF input sensitivity level.
(Inherited from UHF.)
Public methodSetRxDecode
Sets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
(Inherited from UHF.)
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.
(Inherited from UHF.)
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.
(Inherited from UHF.)
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.
(Inherited from UHF.)
Public methodSetTriggerType
Sets the trigger type for turning on RF power.
Public methodSetWiFiSettings(String, String)
Sets the Wi-Fi settings.
Public methodSetWiFiSettings(String, String, IPAddress, IPAddress, IPAddress)
Sets the Wi-Fi settings.
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 methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteEPC(String, Byte)
Writes specified data to EPC memory bank.
(Inherited from UHF.)
Public methodWriteEPC(String, String, Byte)
Selects a tag and writes specified data to EPC memory bank.
(Inherited from UHF.)
Public methodWriteTag(String, MemoryBank, Int32, Byte)
Writes specified data to given memory bank.
(Inherited from UHF.)
Public methodWriteTag(String, String, MemoryBank, Int32, Byte)
Selects a tag and writes specified data to given memory bank.
(Inherited from UHF.)
Top
See Also