#[derive(Response)]
{
// Attributes available to this derive:
#[apdu]
#[sw1]
#[sw2]
#[payload]
#[mask]
}
Expand description
Procedural macro to derive APDU response. See apdu-derive for details.
#[derive(Response)]
{
// Attributes available to this derive:
#[apdu]
#[sw1]
#[sw2]
#[payload]
#[mask]
}
Procedural macro to derive APDU response. See apdu-derive for details.