Settings Class |
Namespace: com.gigatms.Parameters.TS50
The Settings type exposes the following members.
| Name | Description | |
|---|---|---|
| BarcodeReadFormat |
The boarcode type when the decode format SGTIN_96 in Filter or
Priority1_SGTIN in SetOutputTagData(Boolean, TagDecodedData) is enabled.
| |
| BuzzerOperationMode |
Gets the buzzer beep mode.
| |
| DeviceId |
Gets the custom device identifier. It is used to distinguish different devices when multiple readers are connected.
| |
| FieldSeparator |
Gets the keyboard output field separator.
| |
| Filter |
Tag decode format priority. Must select at least 1 decode format.
| |
| InventoryActiveMode |
Gets the inventory mode.
| |
| LinkFrequency |
Gets the tag's backscatter link frequency. The default value is 256 kHz.
| |
| PostDataDelimiter |
Gets the keyboard output post data delimiter.
| |
| Prefix |
Gets the keyboard output prefix.
| |
| Profile |
Gets the Global frequency regulations for RFID profile. This property is read-only.
| |
| RfPower |
Gets the RF Power strength. The value is ranging from 1 to 27. The default value is 11.
| |
| RfSensitivity |
Gets the RF input sensitivity level. The value is ranging from level 1 to 14. The default value is level 6.
| |
| RxDecode |
Gets the RF data encoding. The default value is Miller_4.
| |
| Suffix |
Gets the keyboard output suffix.
| |
| TagMemorySelection |
Gets which tag memory bank to output when the decode format RAW_DATA in Filter or
Priority3_RawData in SetOutputTagData(Boolean, TagDecodedData) is enabled.
| |
| TagProtection |
Gets the reader security mode. Tag will be locked automatically when writing data if enabled.
| |
| TagProtectionAccessPassword |
Gets the tag protection access password.
if TagProtection is set to DynamicPassword, tag will be locked automatically when writing data and the tag's access password will
changed to a reader calculated password.
if TagProtection is set to SpecifiedPassword, tag will be locked automatically when writing data and the tag's access password will
changed to the TagProtectionAccessPassword.
|
| Name | Description | |
|---|---|---|
| KeyboardPrefixMaxByteLength |
Max byte count of keyboard output prefix.
| |
| KeyboardSuffixMaxByteLength |
Max byte count of keyboard output suffix.
|