Exemplo n.º 1
0
Arquivo: RDINT.cs Projeto: Jitlee/LPS
 public static extern int RDINT_WriteMifareOneBlock(byte u8COMPort, CARD_KEY_TYPE u1KeyType, TURN_ON_OFF u1DefaultKey, byte u8DefaultKeyIndx, byte u8Block, [In] ref byte pu8Key, [In] ref byte pcu8Data);
Exemplo n.º 2
0
Arquivo: RDINT.cs Projeto: Jitlee/LPS
 public static extern int RDINT_ReadMifareOneSector(byte u8COMPort, CARD_KEY_TYPE u1KeyType, TURN_ON_OFF u1DefaultKey, byte u8DefaultKeyIndx, byte u8Sector, [In] ref byte pu8Key, out byte pu8Data);
Exemplo n.º 3
0
Arquivo: RDINT.cs Projeto: Jitlee/LPS
 public static extern int RDINT_KeyChange(byte u8COMPort, CARD_KEY_TYPE u1KeyType, TURN_ON_OFF u1DefaultKey, byte u8DefaultKeyIndx, byte u8Sector, [In] ref byte pu8Key, [In] ref byte pu8Data);
Exemplo n.º 4
0
 public static extern int RDINT_KeyChange(byte u8COMPort, CARD_KEY_TYPE u1KeyType, TURN_ON_OFF u1DefaultKey, byte u8DefaultKeyIndx, byte u8Sector, [In] ref byte pu8Key, [In] ref byte pu8Data);
Exemplo n.º 5
0
 public static extern int RDINT_WriteMifareOneBlock(byte u8COMPort, CARD_KEY_TYPE u1KeyType, TURN_ON_OFF u1DefaultKey, byte u8DefaultKeyIndx, byte u8Block, [In] ref byte pu8Key, [In] ref byte pcu8Data);
Exemplo n.º 6
0
 public static extern int RDINT_ReadMifareOneSector(byte u8COMPort, CARD_KEY_TYPE u1KeyType, TURN_ON_OFF u1DefaultKey, byte u8DefaultKeyIndx, byte u8Sector, [In] ref byte pu8Key, out byte pu8Data);