Libu2f-emu  0.0.0
Universal 2nd Factor (U2F) Emulation C Library
Data Fields
packet_init Struct Reference

U2FHID packet use for start messsaging during transaction. More...

#include <packet.h>

Data Fields

uint32_t cid
 
uint8_t cmd
 
uint8_t bcnth
 
uint8_t bcntl
 
uint8_t data [(64-7)]
 

Detailed Description

U2FHID packet use for start messsaging during transaction.

Field Documentation

uint8_t packet_init::bcnth

High part of payload length

uint8_t packet_init::bcntl

Low part of the payload length

uint32_t packet_init::cid

Channel identifier

uint8_t packet_init::cmd

Command identifier (bit 7 set)

uint8_t packet_init::data[(64 - 7)]

Payload data


The documentation for this struct was generated from the following file: