LinkFrequencyType Enumeration | 
 
 Specifies the link frequency of tag backscatter (tag to reader). 
 
 
    Namespace: 
   com.gigatms.Parameters.TS50
    Assembly:
   GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.16.9.0 (2.16.9.0)
Syntaxpublic enum LinkFrequencyType
Public Enumeration LinkFrequencyType
public enum class LinkFrequencyType
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | LF_40kHz | 0 | 
 The link frequency is 40 kHz. 
  | 
 | LF_80kHz | 3 | 
 The link frequency is 80 kHz. 
  | 
 | LF_160kHz | 6 | 
 The link frequency is 160 kHz. 
  | 
 | LF_213_3kHz | 8 | 
 The link frequency is 213.3 kHz. 
  | 
 | LF_256kHz | 9 | 
 The link frequency is 256 kHz. 
  | 
 | LF_320kHz | 12 | 
 The link frequency is 320 kHz. 
  | 
 | LF_640kHz | 15 | 
 The link frequency is 640 kHz. 
  | 
See Also