Click or drag to resize

Settings Properties

The Settings type exposes the following members.

Properties
  NameDescription
Public propertyBarcodeReadFormat
The boarcode type when the decode format EAN_UPC in Filter or Priority3_SGTIN in SetOutputTagData(Boolean, TagDecodedData) is enabled.
(Inherited from Settings.)
Public propertyBLE
Gets the BLE Settings.
(Inherited from Settings.)
Public propertyBleEnabled (Inherited from Settings.)
Public propertyBuzzerOperationMode
Gets the buzzer beep condition.
(Inherited from Settings.)
Public propertyDeactivateEpcPrefix
Gets the deactivate mode EPC prefix. When reader is set to DEACTIVATE mode with SetInventoryActiveMode(Boolean, ActiveMode), first two bytes of an inventoried tag's EPC will be modified to DeactivateEpcPrefix.
(Inherited from Settings.)
Public propertyDeviceId
Gets the custom device identifier. It is used to distinguish different devices when multiple readers are connected.
(Inherited from Settings.)
Public propertyEncodeType
Gets the type of the encode.
Public propertyEventType
Output raw data or decoded data when inventory tag.
(Inherited from Settings.)
Public propertyFieldSeparator
Gets the keyboard output field separator.
(Inherited from Settings.)
Public propertyFilter
Tag decode format priority. Must select at least 1 decode format.
(Inherited from Settings.)
Public propertyInventoryActiveMode
Gets the inventory active mode.
Public propertyInventoryRoundInterval

Waiting time between each inventory round. Valid value ranges form 0 through 254 (0 s ~ 2.54s). Default value Is 0. It Is Not a precise inventory time interval because:

  1. An inventory round may take longer or shorter because there might be a lot of tags or only one tag.

  2. Next inventory round will start after output to client (keyboard, TCP, …) finished, even if it takes longer than the Inventory Round Interval.

(Inherited from Settings.)
Public propertyLinkFrequency
Gets the tag's backscatter link frequency. The default value is 256 kHz.
(Inherited from Settings.)
Public propertyOutputFormat
Gets the keyboard output GTIN format.
(Inherited from Settings.)
Public propertyOutputInterfaces
Data output interface. TS100 can output with keyboard and stream (ex: USB keyboard and USB HID) simultaneously. Other interface settings are ignored if set to auto.
(Inherited from Settings.)
Public propertyPostDataDelimiter
Gets the keyboard output post data delimiter.
(Inherited from Settings.)
Public propertyPrefix
Gets the keyboard output prefix.
(Inherited from Settings.)
Public propertyProfile
Gets the Global frequency regulations for RFID profile. This property is read-only.
(Inherited from Settings.)
Public propertyQValue
Gets the starting Gen2 Q for the number of slots in the round. The value ranges from 0 to 15. The default value is 4.
(Inherited from Settings.)
Public propertyReactivateEpcPrefix
Gets the reactivate mode EPC prefix. When reader is set to REACTIVATE mode with SetInventoryActiveMode(Boolean, ActiveMode), first two bytes of an inventoried tag's EPC will be modified to ReactivateEpcPrefix.
(Inherited from Settings.)
Public propertyRemoteHost
Gets or sets the inventory output target TCP server IP and port. Effective when the Auto is set to true or Stream include TCP_Server.
(Inherited from Settings.)
Public propertyRfPower
Gets the RF Power strength. The value is ranging from 1 to 27. The default value is 11.
(Inherited from Settings.)
Public propertyRfSensitivity
Gets the RF input sensitivity level. The value is ranging from level 1 to 14. The default value is level 6.
(Inherited from Settings.)
Public propertyRxDecode
Gets the RF data encoding. The default value is Miller_4.
(Inherited from Settings.)
Public propertySession
Gets the Gen2 Session flag to be selected for an inventory round. The default value is S0.
(Inherited from Settings.)
Public propertySuffix
Gets the keyboard output suffix.
(Inherited from Settings.)
Public propertyTagMemorySelection
Gets which tag memory bank to output when the decode format RAW_DATA in Filter or Priority4_RawData in SetOutputTagData(Boolean, TagDecodedData) is enabled.
(Inherited from Settings.)
Public propertyTagPresentedRepeatInterval

Time interval between reader raise a OnTagPresented or OnTagPresentedEx event. This setting control how often to notify that a tag is presented, not how often the reader inventory. Valid values are 1 to 253 (0.1s ~ 25.3s), 0 (immediately) and 254 (Never repeat). Default value is 254. Immediately means reader will raise tag presented event after each inventory round as soon as possible. Never repeat means tag presented event will raise only once until the tag is considered removed and show up again.

(Inherited from Settings.)
Public propertyTagProtection
Gets the reader security mode. Tag will be locked automatically when writing data if enabled.
(Inherited from Settings.)
Public propertyTagProtectionAccessPassword
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.
(Inherited from Settings.)
Public propertyTagRemovedThreshold

How many times (offset by 1) of failed inventory round before the tag is considered removed and then raise tag removal event. If Tag Remove Threshold is set to 2, reader will output a tag removal event when an inventoried tag failed to inventory [2-1=1] time. Valid values are 2 ~ 254 (1 time ~ 253 time), [0 or 1] (immediately). Default value is 5. Immediately means reader will raise tag removal event and tag presented event at the same time because [1-1=0] and [0-1=-1]. This setting is used to reduce the false tag removal events.

(Inherited from Settings.)
Public propertyTarget
Gets the Gen2 Target. Indicates whether the Select modifies a Tag’s SL flag. The default value is A.
(Inherited from Settings.)
Public propertyTransformEpcPrefix
Gets the Customized read mode EPC prefix.
(Inherited from Settings.)
Public propertyTransformEpcState
Gets the setting of Customized read mode. When reader is in Customized read mode and TransformEpcState is CustomizedRead, a deactivated tag's first two bytes will be replaced (temporary) to TransformEpcPrefix and decoded as a normal SGTIN tag.
(Inherited from Settings.)
Public propertyUsbInterface
Gets the USB Mode. Note: TS100 will disconnect after modify USB Interface. Note: Keyboard output is disabled when set to VirtualComPort.
(Inherited from Settings.)
Public propertyWiFi
Gets or sets the Wi-Fi Settings.
(Inherited from Settings.)
Top
See Also