예제 #1
0
 public TPDU(TLV val)
 {
     this.Tag    = val.Tag;
     this.Length = val.Length;
     this.Value  = val.Value;
     data_0340   = new Data_0340(val.Value);
 }
예제 #2
-1
파일: TPDU.cs 프로젝트: rrajaguk/ApduParser
 public TPDU(TLV val)
 {
     this.Tag = val.Tag;
     this.Length = val.Length;
     this.Value = val.Value;
     data_0340 = new Data_0340(val.Value);
 }