Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub Preset( _ ByVal newStandard As Standard _ ) |
C# | |
---|---|
public abstract void Preset( Standard newStandard ) |
C++/CLI | |
---|---|
public: abstract void Preset( Standard newStandard ) |
Parameters
- newStandard
- Specifies the RFID standard.
This method resets all properties to default values appropriate for the indicated standard. In addition, the frequency span of the analyzer is set to a default value appropriate for the indicated standard. Note that the ISO 18092, ISO 14443 Type A, ISO 14443 Type B, and ISO 15693 standards need to be preset using the new Preset overload methods, which allows the bit rate and whether the return link is passive or active to be stipulated.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)