s-net-Tools
HdlcdPacket.h
Go to the documentation of this file.
1 
37 #ifndef HDLCD_PACKET_H
38 #define HDLCD_PACKET_H
39 
40 #include "Frame.h"
41 
42 typedef enum {
47 
48 class HdlcdPacket: public Frame {
49 public:
51 };
52 
53 #endif // HDLCD_PACKET_H
E_HDLCD_PACKET
Definition: HdlcdPacket.h:42
Copyright (c) 2016, Florian Evers, florian-evers@gmx.de All rights reserved.
virtual E_HDLCD_PACKET GetHdlcdPacketType() const
Definition: HdlcdPacket.h:50
Definition: Frame.h:44