@override Future<SCardResult> setAttrib(int hCard, int dwAttrId, List<int> pbAttr) { return _send(SetAttribCommand(hCard, dwAttrId, pbAttr)); }