You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/**
* \brief Write a whole page.
* \param sector The page number, from 0 to 15.
* \param buf A buffer to from which to copy the data.
* \param buflen The length of buffer. Must be at least 4 bytes long or the call will fail.
* \return The number of bytes written, or a negative value on error.
*/
There is no return from the void function.
The text was updated successfully, but these errors were encountered:
Liryna
changed the title
Mifare Ultralight writePage
Review Documenation
Dec 22, 2017
Liryna
changed the title
Review Documenation
Review Documentation
Dec 22, 2017
https://github.com/islog/liblogicalaccess/blob/34c3335d6c23d22dfc932e64116928dc8f80ac87/plugins/pluginscards/mifareultralight/mifareultralightcommands.hpp#L68
There is no return from the void function.
The text was updated successfully, but these errors were encountered: