Class TargetModeInitialized
The information regarding the mode initialized
public class TargetModeInitialized
  - Inheritance
 - 
      
      TargetModeInitialized
 
Constructors
TargetModeInitialized()
public TargetModeInitialized()
  Properties
IsDep
True if it's DEP emulation
public bool IsDep { get; set; }
  Property Value
IsISO14443_4Picc
True if we have a PICC emulation
public bool IsISO14443_4Picc { get; set; }
  Property Value
TargetBaudRate
The target baud rate between the PN532 and the reader
public TargetBaudRateInialized TargetBaudRate { get; set; }
  Property Value
TargetFramingType
The target framing type
public TargetFramingType TargetFramingType { get; set; }