Пример #1
0
 public static bool RequestCardPeek(PeekType type)
 {
     if (!type.IsValidValue())
     {
         throw new ArgumentException("not a valid peek type.", "type");
     }
     Util.GetBPSOrException();
     return navigator_card_peek(type) == BPS.BPS_SUCCESS;
 }