Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:sdk_api [2019/01/02 10:46] simba |
en:sdk_api [2019/07/17 17:01] (current) jbkim [setCardType] |
||
---|---|---|---|
Line 65: | Line 65: | ||
\\ | \\ | ||
- | =====setCardType===== | ||
- | Set the RF card type. | ||
- | <code java> | ||
- | int setCardType(int cardType) | ||
- | </code> | ||
- | ===Parameters=== | ||
- | * ''cardType'' : RF Card type | ||
- | <WRAP group 50%> | ||
- | ^ No. ^ Description ^ | ||
- | | 1 |HIGH_FREQUENCY | | ||
- | | 2 |HIGH_FREQUENCY_ICLASS | | ||
- | | 3 |LOW_FREQUENCY | | ||
- | | 4 |LOW_FREQUENCY_PROX | | ||
- | </WRAP> | ||
- | ===Return Code=== | ||
- | Returns "SUCCESS" if successfully launched; returns the corresponding error code if an error occurs. | ||
- | <callout type="info" icon="true"> | ||
- | It is set up automatically on the device. Used only when card type change is required. | ||
- | </callout> | ||
- | \\ | ||
=====connectFtpServer===== | =====connectFtpServer===== | ||
connect to the FTP server. | connect to the FTP server. |