UHF Methods |
The UHF type exposes the following members.
| Name | Description | |
|---|---|---|
| Connect |
Connects to device using specified port name and settings.
| |
| Disconnect |
Closes the port connection.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetFirmwareVersion |
Gets the firmware program version running on the device.
| |
| GetFrequency |
Gets the channel of hopping frequency in MHz.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetInventoryRoundInterval |
Gets the time interval between each inventory round.
| |
| GetLinkFrequency |
Gets the tag's backscatter link frequency.
| |
| GetQValue |
Gets the starting Q value for the number of slots in the round.
| |
| 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).
| |
| 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.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| 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 data from given memory bank.
| |
| ReadTag(String, String, MemoryBank, Int32, Int32) |
Reads tag data from given memory bank.
| |
| SetFrequency |
Sets the channel of hopping frequency in MHz.
| |
| SetInventoryRoundInterval |
Sets the time interval between each inventory round. The value is ranging from 0 to 254.
| |
| SetLinkFrequency |
Sets the tag's backscatter link frequency. May affect data transmission speed.
| |
| SetQValue |
Sets the starting Q value for the number of slots in the round.
| |
| 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).
| |
| 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.
| |
| StartInventory |
Starts the process of tag inventory using specified trigger source.
| |
| StopInventory |
Stops the process of tag inventory.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| WriteEPC(String, Byte) |
Writes specified data to EPC memory bank.
| |
| WriteEPC(String, String, Byte) |
Selects a tag and writes specified data to EPC memory bank.
| |
| WriteTag(String, MemoryBank, Int32, Byte) |
Writes specified data to given memory bank.
| |
| WriteTag(String, String, MemoryBank, Int32, Byte) |
Selects a tag and writes specified data to given memory bank.
|