Пример #1
0
 public ReaderMode(PARAM_C1G2UHFRFModeTableEntry mode)
 {
     modeIndentifier = mode.ModeIdentifier;
     dr             = mode.DRValue;
     m              = mode.MValue;
     tagRate        = mode.BDRValue;
     linkModulation = mode.ForwardLinkModulation;
     pie            = mode.PIEValue;
     minTari        = mode.MinTariValue;
     maxTari        = mode.MaxTariValue;
 }
Пример #2
0
 public ReaderMode(PARAM_C1G2UHFRFModeTableEntry mode)
 {
     modeIndentifier = mode.ModeIdentifier;
     dr = mode.DRValue;
     m = mode.MValue;
     tagRate = mode.BDRValue;
     linkModulation = mode.ForwardLinkModulation;
     pie = mode.PIEValue;
     minTari = mode.MinTariValue;
     maxTari = mode.MaxTariValue;
 }