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

Represent a transaction: a request following by a response message. More...

#include <transaction.h>

Collaboration diagram for transaction:
Collaboration graph
[legend]

Data Fields

time_t start_time
 
struct messagerequest
 
struct messageresponse
 

Detailed Description

Represent a transaction: a request following by a response message.

Field Documentation

struct message* transaction::request

The request

struct message* transaction::response

The response

time_t transaction::start_time

The start time


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