Beispiel #1
0
 protected override void ReadBody(BinaryReader reader)
 {
     reader.ReadBytes(3);
     ExtendedCharacterSupport = (ExtendedCharacterSupport)reader.ReadByte();
 }
Beispiel #2
0
 public IApduCommand GetApdu(ExtendedCharacterSupport extendedCharacterSupport)
 {
     return(GenerateApdu(new[] { (byte)extendedCharacterSupport }, (byte)ApplicationTag.ReaderInformation,
                         (byte)OperationTag.Set, (byte)ConfigurationSectionTag.CommonContactlessConfiguration,
                         ExtendedCharacterSupportTag, (byte)KbWedgeConfigCommand.KbwExtendedCharSupport));
 }