bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
Loading...
Searching...
No Matches
Data Fields
bzrtpEvent_struct Struct Reference

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

#include <stateMachine.h>

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

bzrtpPacket_t* bzrtpEvent_struct::bzrtpPacket

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

◆ bzrtpPacketString

uint8_t* bzrtpEvent_struct::bzrtpPacketString

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

◆ bzrtpPacketStringLength

uint16_t bzrtpEvent_struct::bzrtpPacketStringLength

the length of packet string in bytes

◆ eventType

uint8_t bzrtpEvent_struct::eventType

Event can be a message or a timer's end

◆ zrtpChannelContext

bzrtpChannelContext_t* bzrtpEvent_struct::zrtpChannelContext

the current ZRTP channel hosting this state machine context

◆ zrtpContext

bzrtpContext_t* bzrtpEvent_struct::zrtpContext

the current ZRTP context


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