Visual Basic (Declaration) | |
---|---|
Public Overloads MustOverride Sub Preset( _ ByVal newStandard As Standard, _ ByVal bitRate As Double _ ) |
C# | |
---|---|
public abstract void Preset( Standard newStandard, double bitRate ) |
C++/CLI | |
---|---|
public: abstract void Preset( Standard newStandard, double bitRate ) |
Parameters
- newStandard
- Specifies the RFID standard.
- bitRate
- Specifies the bitrate for the ISO 18092, ISO 14443 Type A, ISO 14443 Type B, or ISO 15693 standard
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)