gccDppConsole Test C++ SDK  20170920
DPP C++ Console Demonstration
Public Member Functions | Public Attributes
CParsePacket Class Reference

#include <ParsePacket.h>

Collaboration diagram for CParsePacket:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CParsePacket (void)
 ~CParsePacket (void)
void ParsePacketStatus (unsigned char P[], Packet_In *PIN)
 Parses DPP packet status, determines further processing.
string PID2_TextToString (string strPacketSource, unsigned char PID2)
 Processes DPP return ACKS, NAKS and errors.
long ParsePacket (unsigned char P[], Packet_In *PIN)
 Parses incoming DPP packet, tests packet, populates packet information, sets packet state.

Public Attributes

DppStateType DppState
 DPP packet parser state indicator.

Detailed Description

Definition at line 42 of file ParsePacket.h.


Constructor & Destructor Documentation

Definition at line 3 of file ParsePacket.cpp.

Definition at line 7 of file ParsePacket.cpp.


Member Function Documentation

long CParsePacket::ParsePacket ( unsigned char  P[],
Packet_In PIN 
)

Parses incoming DPP packet, tests packet, populates packet information, sets packet state.

Definition at line 117 of file ParsePacket.cpp.

Here is the call graph for this function:

void CParsePacket::ParsePacketStatus ( unsigned char  P[],
Packet_In PIN 
)

Parses DPP packet status, determines further processing.

Definition at line 11 of file ParsePacket.cpp.

Here is the caller graph for this function:

string CParsePacket::PID2_TextToString ( string  strPacketSource,
unsigned char  PID2 
)

Processes DPP return ACKS, NAKS and errors.

Definition at line 49 of file ParsePacket.cpp.


Member Data Documentation

DPP packet parser state indicator.

Definition at line 48 of file ParsePacket.h.


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