|
bZRTP
bZRTP is an opensource implementation of ZRTP keys exchange protocol
|
The event type, used as a parameter for the state function. More...
Data Fields | |
| uint8_t | eventType |
| uint8_t * | bzrtpPacketString |
| uint16_t | bzrtpPacketStringLength |
| bzrtpPacket_t * | bzrtpPacket |
| bzrtpContext_t * | zrtpContext |
| bzrtpChannelContext_t * | zrtpChannelContext |
The event type, used as a parameter for the state function.
| 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
1.8.11