Satellite-Gateway
ConfigFrame.h
Go to the documentation of this file.
1 
24 #ifndef CONFIG_FRAME_H
25 #define CONFIG_FRAME_H
26 
27 #include "Frame.h"
28 
29 typedef enum {
39 
52 
53 class ConfigFrame: public Frame {
54 public:
56 };
57 
58 #endif // CONFIG_FRAME_H
E_CONFIG_FRAME
Definition: ConfigFrame.h:29
This file contains the header declaration of class Frame.
virtual E_CONFIG_FRAME GetConfigFrameType() const
Definition: ConfigFrame.h:55
Class Frame.
Definition: Frame.h:59