예제 #1
0
 public IApduCommand GetApdu(LedIdleState ledIdleState) =>
 GenerateApdu(new[] { (byte)ledIdleState }, (byte)ApplicationTag.ReaderInformation, (byte)OperationTag.Set,
              (byte)ConfigurationSectionTag.CommonHardwareConfiguration, 0xA0, 0x81);
예제 #2
0
 protected override void ReadBody(BinaryReader reader)
 {
     reader.ReadBytes(3);
     LedIdleState = (LedIdleState)reader.ReadByte();
 }