The Master Card object represents the content (not the physical object) of a Master Card. The content is made of TLV objects.
More...
|
|
delegate void | TraceCallback (string line) |
| |
| | MasterCardV1 () |
| | Start talking with DLL, initialize required data for communication More...
|
| |
|
bool | EraseCard (IntPtr hCard) |
| |
| bool | WriteCard (List< TLV > registers, IntPtr hCard) |
| | Helper to write configuration registers to the card More...
|
| |
|
|
const string | DllName = "iwm2_mastercard.dll" |
| |
|
|
byte [] | CardUid [get] |
| |
|
byte [] | AuthKey [get, set] |
| |
|
byte [] | SignKey [get, set] |
| |
The Master Card object represents the content (not the physical object) of a Master Card. The content is made of TLV objects.
◆ MasterCardV1()
| SpringCard.SmartReader.MasterCardV1.MasterCardV1.MasterCardV1 |
( |
| ) |
|
Start talking with DLL, initialize required data for communication
◆ WriteCard()
| bool SpringCard.SmartReader.MasterCardV1.MasterCardV1.WriteCard |
( |
List< TLV > |
registers, |
|
|
IntPtr |
hCard |
|
) |
| |
Helper to write configuration registers to the card
- Parameters
-
| registers | Registers list |
| hCard | Card's handle |
| errorMessage | Error message in case of problem |
- Returns
- True if everything is ok else read errorMessage or Mastercard.LastError
The documentation for this class was generated from the following file:
- D:/dev/iwm2/springcard.iwm2.sdk/src/common/lib-cs/smartreader/mastercard/MasterCardV1.cs