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
SNEP Class Reference
#include <snep.h>
Public Member Functions | |
| int8_t | write (const uint8_t *buf, uint8_t len, uint16_t timeout=0) |
| write a SNEP packet, the packet should be less than (255 - 2 - 3) bytes | |
| int16_t | read (uint8_t *buf, uint8_t len, uint16_t timeout=0) |
| read a SNEP packet, the packet will be less than (255 - 2 - 3) bytes | |
Detailed Description
The SNEP class.
Definition at line 19 of file snep.h.
Member Function Documentation
| int16_t read | ( | uint8_t * | buf, |
| uint8_t | len, | ||
| uint16_t | timeout = 0 |
||
| ) |
| int8_t write | ( | const uint8_t * | buf, |
| uint8_t | len, | ||
| uint16_t | timeout = 0 |
||
| ) |
Generated on Tue Jul 12 2022 16:40:03 by
1.7.2
