Provides APIs to control TS100 reader and access the settings.
Inheritance Hierarchy
com.gigatmsUHF
com.gigatmsTS100
Namespace: com.gigatms
Assembly: GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.0 (2.6.0.0)
Syntax
The TS100 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | TS100 |
Initializes a new instance of TS100 class.
|
Properties
Name | Description | |
---|---|---|
![]() | DeviceAddress |
Gets or sets a value that specifies the an address number for the reader.
(Inherited from UHF.) |
![]() | ErrorCode |
Gets the error code the the result of invoking method.
(Inherited from UHF.) |
![]() | ErrorMessage |
Gets the error reason description.
(Inherited from UHF.) |
![]() | IsConnected |
Gets a value indicating the connected or disconnected status of the device object.
(Inherited from UHF.) |
![]() | IsOpenPortError |
Gets a boolean value that indicates the device is connected OK or not.
(Inherited from UHF.) |
![]() | RetryTimes |
Gets or sets a value that specifies the retry count of operation if host meets the timeout occurs.
(Inherited from UHF.) |
![]() | SdkVersion |
Gets the version of SDK library (GIGATMS.UHF.dll)
(Inherited from UHF.) |
![]() | Timeout |
'Gets or sets a value that specifies the number of seconds before a timeout occurs when an operation doesn't finish.
(Inherited from UHF.) |
Methods
Name | Description | |
---|---|---|
![]() | Connect |
Connects to device using specified port name and settings.
(Inherited from UHF.) |
![]() | ControlBuzzer |
Control reader to make a specified sound beep.
|
![]() | Disconnect |
Closes the port connection.
(Inherited from UHF.) |
![]() | GetBleDeviceName |
Gets the BLE name for device.
|
![]() | GetBleRomVersion |
Gets the firmware version running on the BLE module.
|
![]() | GetBuzzerOperationMode |
Gets the repeats mode of sounding the beep with the same pattern.
|
![]() | GetEventType |
Gets the event command type.
|
![]() | GetFilter |
Get the filter used to decode of reading tag data.
|
![]() | GetFirmwareVersion |
Gets the firmware program version running on the device.
|
![]() | GetFrequency |
Gets the channel of hopping frequency in MHz.
(Inherited from UHF.) |
![]() | GetInventoryActiveMode |
Gets the operation mode of reading a tag.
|
![]() | GetInventoryRoundInterval |
Gets the time interval between each inventory round.
(Inherited from UHF.) |
![]() | GetLinkFrequency |
Gets the tag's backscatter link frequency.
(Inherited from UHF.) |
![]() | GetMemoryBankSelection |
Gets the selection of memory bank for tag data output.
|
![]() | GetOutputInterface |
Gets the data output interface.
|
![]() | GetPostDataDelimiter |
Gets the post data delimiter for tag data output.
|
![]() | GetQValue |
Gets the starting Q value for the number of slots in the round.
(Inherited from UHF.) |
![]() | GetRfPower |
Gets the RF Power strength.
(Inherited from UHF.) |
![]() | GetRfSensitivity |
Gets the RF input sensitivity level.
(Inherited from UHF.) |
![]() | GetRxDecode |
Gets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
(Inherited from UHF.) |
![]() | GetSessionAndTarget |
Gets the session flag and target used for inventory round.
(Inherited from UHF.) |
![]() | GetTagPresentedRepeatInterval |
Gets the time period that the reader continues to detect to determine a tag is presented.
(Overrides UHFGetTagPresentedRepeatInterval(Boolean).) |
![]() | GetTagRemovedThreshold |
Gets the time period that the reader doesn't detect to determine a tag is presented.
(Inherited from UHF.) |
![]() | GetWifiApList |
Gets a list of access point names.
|
![]() | GetWifiMacAddress |
Gets the MAC address of reader used for connects to access point.
(Inherited from UHF.) |
![]() | KillTag(String) |
Permanently disable a Tag
(Inherited from UHF.) |
![]() | KillTag(String, String) |
Permanently disable a Tag
(Inherited from UHF.) |
![]() | LockTag(DictionaryMemoryBank, LockAction) |
Lock or unlock specified memory.
(Inherited from UHF.) |
![]() | LockTag(String, DictionaryMemoryBank, LockAction) |
Lock or unlock specified memory.
(Inherited from UHF.) |
![]() | ReadTag(String, MemoryBank, Int32, Int32) |
Reads tag data from given memory bank.
(Inherited from UHF.) |
![]() | ReadTag(String, String, MemoryBank, Int32, Int32) |
Reads tag data from given memory bank.
(Inherited from UHF.) |
![]() | SetBleDeviceName |
Sets the BLE name for device.
|
![]() | SetBuzzerOperationMode |
Sets the repeats mode of sounding the beep with the same pattern.
|
![]() | SetEventType |
Sets the event command type.
|
![]() | SetFilter |
Sets the filter for reading tag data.
|
![]() | SetFrequency |
Sets the channel of hopping frequency in MHz.
(Inherited from UHF.) |
![]() | SetInventoryActiveMode |
Sets the operation mode of reading a tag.
|
![]() | SetInventoryRoundInterval |
Sets the time interval between each inventory round. The value is ranging from 0 to 254.
(Inherited from UHF.) |
![]() | SetLinkFrequency |
Sets the tag's backscatter link frequency. May affect data transmission speed.
(Inherited from UHF.) |
![]() | SetMemoryBankSelection |
Sets the selection of memory bank for tag data output.
|
![]() | SetOutputInterface |
Sets the data output interface.
|
![]() | SetPostDataDelimiter |
Sets the post data delimiter for tag data output.
|
![]() | SetQValue |
Sets the starting Q value for the number of slots in the round.
(Inherited from UHF.) |
![]() | SetRfPower |
Sets the RF Power strength. The value is ranging from 1 to 27.
(Inherited from UHF.) |
![]() | SetRfSensitivity |
Sets the RF input sensitivity level.
(Inherited from UHF.) |
![]() | SetRxDecode |
Sets the RF data encoding(Baseband FM0 or Miller-modulated subcarrier).
(Inherited from UHF.) |
![]() | SetSessionAndTarget |
Sets the session flag and target used for inventory round.
(Inherited from UHF.) |
![]() | SetTagPresentedRepeatInterval |
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.) |
![]() | 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.
(Inherited from UHF.) |
![]() | SetWiFiSettings(String, String) |
Sets the Wi-Fi settings used for connecting to access point.
(Inherited from UHF.) |
![]() | SetWiFiSettings(String, String, IPAddress, IPAddress, IPAddress) |
Sets the WIFI settings used for connecting to access point.
(Inherited from UHF.) |
![]() | StartInventory |
Starts the process of tag inventory using specified trigger source.
(Inherited from UHF.) |
![]() | StartInventoryEx |
Starts the process of tag inventory using specified tag data encoded type.
|
![]() | StopInventory |
Stops the process of tag inventory.
(Inherited from UHF.) |
![]() | WriteEPC(String, Byte) |
Writes specified data to EPC memory bank.
(Inherited from UHF.) |
![]() | WriteEPC(String, String, Byte) |
Selects a tag and writes specified data to EPC memory bank.
(Inherited from UHF.) |
![]() | WriteTag(String, MemoryBank, Int32, Byte) |
Writes specified data to given memory bank.
(Inherited from UHF.) |
![]() | WriteTag(String, String, MemoryBank, Int32, Byte) |
Selects a tag and writes specified data to given memory bank.
(Inherited from UHF.) |
Events
Name | Description | |
---|---|---|
![]() | OnErrorOccurred |
Notifies the application that an error has been detected and a suitable response is necessary to process the error condition.
(Inherited from UHF.) |
![]() | OnTagPresented |
Indicates that the reader reads a new tag.
(Inherited from UHF.) |
![]() | OnTagPresentedEx |
Indicates that the reader reads a new tag.
(Inherited from UHF.) |
![]() | OnTagRemoved |
Indicates that a tag is rremoved.
(Inherited from UHF.) |
See Also