Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Attributes | List of all members
ProposalPayload Class Reference

Proposal payload structure. More...

Inheritance diagram for ProposalPayload:
IkePayload Pdu Signal

Public Attributes

byte proposalNumber
 
byte proposalId
 
vector< TransformPayloadtransformList
 
byte spiSize
 
byte numTransforms
 
int spi
 
int inSpi
 
- Public Attributes inherited from IkePayload
short length
 
byte reserved
 
byte nextPayloadType
 

Detailed Description

Proposal payload structure.

Member Data Documentation

◆ inSpi

int ProposalPayload::inSpi

◆ numTransforms

byte ProposalPayload::numTransforms

◆ proposalId

byte ProposalPayload::proposalId

◆ proposalNumber

byte ProposalPayload::proposalNumber

◆ spi

int ProposalPayload::spi

◆ spiSize

byte ProposalPayload::spiSize

◆ transformList

vector<TransformPayload> ProposalPayload::transformList

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