The following tables list the members exposed by the PicoPassCard type.
| Name | Description | |
|---|---|---|
|
Authenticate(int, int, int, int) | Authenticates to iCLASS card. |
|
Connect(CardIdentifier) | (inherited from CardModuleBase). |
|
Disconnect | (inherited from CardModuleBase). |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
|
GetCardSerialNumber() | Reads physical card serial number from the currently selected page |
|
GetCardStandardIdentifier | (inherited from CardModuleBase). |
|
GetHashCode | Serves as the default hash function. (inherited from Object). |
|
GetRawWiegandData() | Reads PACS data. This method takes cate of everything including session generation. |
|
GetType | Gets the Type of the current instance. (inherited from Object). |
|
LoadKey(int, int, byte[]) | Loads key to reader. Key can be card key or reader key. The key stored on the card itself can't be changed with this method. |
|
Read(int, byte) | Reads one block (8 byte) within currently selected page. |
|
SelectPage(int, int) | Select page to access card memory. |
|
ToString | Returns a string that represents the current object. (inherited from Object). |
|
Write(int, byte[]) | Writes 8-byte data block to an iCLASS card. This requires previous authentication under the key protecting this block. Book and page are selected implicitly within Authenticate() method. |