Ejemplo n.º 1
0
 protected byte?GetInterfaceByte(InterfaceByteGroupType groupType, int groupNo, InterfaceByteType type)
 {
     return(AtrParametersBase.GetInterfaceByte(groupNo, type, this.GetInterfaceGroups().Where(_ => _.Type == groupType).ToArray()));
 }
Ejemplo n.º 2
0
 protected byte?GetInterfaceByte(int groupNo, InterfaceByteType type)
 {
     return(AtrParametersBase.GetInterfaceByte(groupNo, type, this.GetInterfaceGroups().ToArray()));
 }