Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of PN532 by
LLCP Class Reference
#include <llcp.h>
Public Member Functions | |
| int8_t | activate (uint16_t timeout=0) |
| Actiave PN532 as a target. | |
| bool | write (const uint8_t *header, uint8_t hlen, const uint8_t *body=0, uint8_t blen=0) |
| write a packet, the packet should be less than (255 - 2) bytes | |
| int16_t | read (uint8_t *buf, uint8_t len) |
| read a packet, the packet will be less than (255 - 2) bytes | |
Detailed Description
The LLCP class.
Definition at line 14 of file llcp.h.
Member Function Documentation
| int8_t activate | ( | uint16_t | timeout = 0 ) |
| int16_t read | ( | uint8_t * | buf, |
| uint8_t | len | ||
| ) |
| bool write | ( | const uint8_t * | header, |
| uint8_t | hlen, | ||
| const uint8_t * | body = 0, |
||
| uint8_t | blen = 0 |
||
| ) |
Generated on Tue Jul 12 2022 16:40:03 by
1.7.2
