|
| 1 | +ImageRuntimeVersion: v4.0.30319 |
| 2 | +Assembly Cards, Version=1.0.*, Culture=Invariant Language (Invariant Country): |
| 3 | + hash=SHA1, flags=PublicKey |
| 4 | +Assembly mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089: |
| 5 | + hash=None, flags=None |
| 6 | +Struct Cards.ReaderStatus: AutoLayout, AnsiClass, Class, Public, Sealed |
| 7 | + :System.Enum |
| 8 | + Fields: |
| 9 | + Int32 value__ : Public, SpecialName, RTSpecialName |
| 10 | + Cards.ReaderStatus Disconnected = 1 : Public, Static, Literal, HasDefault |
| 11 | + Cards.ReaderStatus Connected = 2 : Public, Static, Literal, HasDefault |
| 12 | + Cards.ReaderStatus AlreadyInUse = 3 : Public, Static, Literal, HasDefault |
| 13 | +Class Cards.CardTapHandler: AutoLayout, AnsiClass, Class, Public, Sealed |
| 14 | + :System.MulticastDelegate |
| 15 | + Void .ctor(System.Object, IntPtr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 16 | + Methods: |
| 17 | + Invoke(CardTapResponse): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 18 | + BeginInvoke(CardTapResponse, AsyncCallback, Object): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 19 | + EndInvoke(IAsyncResult): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 20 | +Class Cards.StatusChangeHandler: AutoLayout, AnsiClass, Class, Public, Sealed |
| 21 | + :System.MulticastDelegate |
| 22 | + Void .ctor(System.Object, IntPtr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 23 | + Methods: |
| 24 | + Invoke(ReaderStatus): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 25 | + BeginInvoke(ReaderStatus, AsyncCallback, Object): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 26 | + EndInvoke(IAsyncResult): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 27 | +Class Cards.CardReader: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit |
| 28 | + Void .ctor(Cards.ReaderSettings, Cards.ReaderCredentials): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 29 | + Void .ctor(Cards.ReaderCredentials): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 30 | + Fields: |
| 31 | + Cards.ReaderSettings ReaderSettings : Public |
| 32 | + Cards.ReaderCredentials ReaderCredentials : Public |
| 33 | + Events: |
| 34 | + Cards.CardTapHandler OnCardTap: |
| 35 | + Cards.StatusChangeHandler OnStatusChange: |
| 36 | + Methods: |
| 37 | + add_OnCardTap(CardTapHandler): PrivateScope, Public, HideBySig, SpecialName |
| 38 | + remove_OnCardTap(CardTapHandler): PrivateScope, Public, HideBySig, SpecialName |
| 39 | + add_OnStatusChange(StatusChangeHandler): PrivateScope, Public, HideBySig, SpecialName |
| 40 | + remove_OnStatusChange(StatusChangeHandler): PrivateScope, Public, HideBySig, SpecialName |
| 41 | + Listen(): PrivateScope, Public, HideBySig |
| 42 | + GetDevicesNames(): PrivateScope, Public, Static, HideBySig |
| 43 | +Class Cards.CardDetails: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit |
| 44 | + Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 45 | + Fields: |
| 46 | + System.String UserID : Public |
| 47 | +Struct Cards.CardTapError: AutoLayout, AnsiClass, Class, Public, Sealed |
| 48 | + :System.Enum |
| 49 | + Fields: |
| 50 | + UInt16 value__ : Public, SpecialName, RTSpecialName |
| 51 | + Cards.CardTapError InternetError = 1 : Public, Static, Literal, HasDefault |
| 52 | + Cards.CardTapError ApiKeyInvalid = 2 : Public, Static, Literal, HasDefault |
| 53 | + Cards.CardTapError TransactionTokenInvalid = 3 : Public, Static, Literal, HasDefault |
| 54 | + Cards.CardTapError UserNotAssociatedWithCardReader = 4 : Public, Static, Literal, HasDefault |
| 55 | + Cards.CardTapError NoSuchTPID = 5 : Public, Static, Literal, HasDefault |
| 56 | + Cards.CardTapError TransactionTokenMissing = 6 : Public, Static, Literal, HasDefault |
| 57 | + Cards.CardTapError TransactionTokenDoesntExist = 7 : Public, Static, Literal, HasDefault |
| 58 | + Cards.CardTapError TransactionTokenAlreadyUsed = 8 : Public, Static, Literal, HasDefault |
| 59 | + Cards.CardTapError TransactionTokenAlreadyValidated = 9 : Public, Static, Literal, HasDefault |
| 60 | +Class Cards.CardTapResponse: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit |
| 61 | + :System.EventArgs |
| 62 | + Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 63 | + Fields: |
| 64 | + Boolean IsSuccess : Public |
| 65 | + Cards.CardTapError Error : Public |
| 66 | + Cards.CardDetails CardDetails : Public |
| 67 | +Struct Cards.DevicesList: AutoLayout, AnsiClass, Class, Public, SequentialLayout, Sealed, BeforeFieldInit |
| 68 | + :System.ValueType |
| 69 | + Fields: |
| 70 | + IntPtr Cstrs : Public |
| 71 | + Int32 Count : Public |
| 72 | +Struct Cards.TransferResponse: AutoLayout, AnsiClass, Class, Public, SequentialLayout, Sealed, BeforeFieldInit |
| 73 | + :System.ValueType |
| 74 | + Fields: |
| 75 | + Int32 ErrorCode : Public |
| 76 | + Int32 TransferredLength : Public |
| 77 | +Struct Cards.CardTapResponseStruct: AutoLayout, AnsiClass, Class, Public, SequentialLayout, Sealed, BeforeFieldInit |
| 78 | + :System.ValueType |
| 79 | + Fields: |
| 80 | + Boolean IsSuccess : Public |
| 81 | + Int32 ErrorCode : Public |
| 82 | + Byte[] Uid : Public, HasFieldMarshal |
| 83 | +Class Cards.InternalCardTapHandler: AutoLayout, AnsiClass, Class, Public, Sealed |
| 84 | + :System.MulticastDelegate |
| 85 | + Void .ctor(System.Object, IntPtr): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 86 | + Methods: |
| 87 | + Invoke(CardTapResponseStruct): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 88 | + BeginInvoke(CardTapResponseStruct, AsyncCallback, Object): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 89 | + EndInvoke(IAsyncResult): PrivateScope, Public, Virtual, HideBySig, VtableLayoutMask |
| 90 | +Class Cards.ReaderCredentials: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit |
| 91 | + Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 92 | + Void .ctor(System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 93 | + Fields: |
| 94 | + System.String ApiKey : Public |
| 95 | +Class Cards.ReaderSettings: AutoLayout, AnsiClass, Class, Public, BeforeFieldInit |
| 96 | + Void .ctor(): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 97 | + Void .ctor(System.String): PrivateScope, Public, HideBySig, SpecialName, RTSpecialName |
| 98 | + Fields: |
| 99 | + System.String DeviceName : Public |
0 commit comments