bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
Data Fields
bzrtpEvent_struct Struct Reference

The event type, used as a parameter for the state function. More...

Data Fields

uint8_t eventType
 
uint8_tbzrtpPacketString
 
uint16_t bzrtpPacketStringLength
 
bzrtpPacket_tbzrtpPacket
 
bzrtpContext_tzrtpContext
 
bzrtpChannelContext_tzrtpChannelContext
 

Detailed Description

The event type, used as a parameter for the state function.

Field Documentation

bzrtpPacket_t* bzrtpEvent_struct::bzrtpPacket

a pointer to the zrtp packet structure created by the processMessage function

uint8_t* bzrtpEvent_struct::bzrtpPacketString

a pointer to the zrtp packet string, NULL in case of timer event

uint16_t bzrtpEvent_struct::bzrtpPacketStringLength

the length of packet string in bytes

uint8_t bzrtpEvent_struct::eventType

Event can be a message or a timer's end

bzrtpChannelContext_t* bzrtpEvent_struct::zrtpChannelContext

the current ZRTP channel hosting this state machine context

bzrtpContext_t* bzrtpEvent_struct::zrtpContext

the current ZRTP context


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