|
gccDppConsole Test C++ SDK
20170920
DPP C++ Console Demonstration
|
#include <ParsePacket.h>

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. | |
Definition at line 42 of file ParsePacket.h.
| CParsePacket::CParsePacket | ( | void | ) |
Definition at line 3 of file ParsePacket.cpp.
| CParsePacket::~CParsePacket | ( | void | ) |
Definition at line 7 of file ParsePacket.cpp.
| 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.

| void CParsePacket::ParsePacketStatus | ( | unsigned char | P[], |
| Packet_In * | PIN | ||
| ) |
Parses DPP packet status, determines further processing.
Definition at line 11 of file ParsePacket.cpp.

| string CParsePacket::PID2_TextToString | ( | string | strPacketSource, |
| unsigned char | PID2 | ||
| ) |
Processes DPP return ACKS, NAKS and errors.
Definition at line 49 of file ParsePacket.cpp.
DPP packet parser state indicator.
Definition at line 48 of file ParsePacket.h.
1.7.6.1