Click or drag to resize

TS100 Methods

The TS100 type exposes the following members.

Methods
  NameDescription
Public methodConnect
Connects to device using specified port name and settings.
(Inherited from UHF.)
Public methodControlBuzzer
Control reader to make a specified sound beep.
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 repeats mode of sounding the beep with the same pattern.
Public methodGetEventType
Gets the event command type.
Public methodGetFilter
Get the filter used to decode of reading tag data.
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 methodGetLinkFrequency
Gets the tag's backscatter link frequency.
(Inherited from UHF.)
Public methodGetMemoryBankSelection
Gets the selection of memory bank for tag data output.
Public methodGetOutputInterface
Gets the data output interface.
Public methodGetPostDataDelimiter
Gets the post data delimiter for tag data output.
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 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 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 repeats mode of sounding the beep with the same pattern.
Public methodSetEventType
Sets the event command type.
Public methodSetFilter
Sets the filter for reading tag data.
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 methodSetLinkFrequency
Sets the tag's backscatter link frequency. May affect data transmission speed.
(Inherited from UHF.)
Public methodSetMemoryBankSelection
Sets the selection of memory bank for tag data output.
Public methodSetOutputInterface
Sets the data output interface.
Public methodSetPostDataDelimiter
Sets the post data delimiter for tag data output.
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 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 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 methodStartInventoryEx
Starts the process of tag inventory using specified tag data encoded type.
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