libnfc  1.7.1
Functions
jewel.h File Reference

provide samples structs and functions to manipulate Jewel Topaz tags using libnfc More...

#include <nfc/nfc-types.h>

Go to the source code of this file.

Functions

bool nfc_initiator_jewel_cmd (nfc_device *pnd, const jewel_req req, jewel_res *pres)
 Execute a Jewel Topaz Command. More...
 

Detailed Description

provide samples structs and functions to manipulate Jewel Topaz tags using libnfc

Definition in file jewel.h.

Function Documentation

◆ nfc_initiator_jewel_cmd()

bool nfc_initiator_jewel_cmd ( nfc_device pnd,
const jewel_req  req,
jewel_res *  pres 
)

Execute a Jewel Topaz Command.

Returns
Returns true if action was successfully performed; otherwise returns false.
Parameters
reqThe request
resThe response

Definition at line 56 of file jewel.c.