Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

GenericClearMessagePart.hpp

Committer:
FCH_31
Date:
2018-10-22
Revision:
41:5a436163dddf
Parent:
24:92c30dabfda4

File content as of revision 41:5a436163dddf:

#ifndef __GENERICCLEARMESSAGEPART_HPP__
#define __GENERICCLEARMESSAGEPART_HPP__

#include "Context.h"


#include "ClearMessagePart.hpp"


namespace misnet {
    class GenericClearMessagePart;
}


class misnet::GenericClearMessagePart : virtual ClearMessagePart {
    public:

    private:
        uint8_t     _link_id;           // Peer-to-peer link identifier
        uint8_t     _data_part_size;    // Data part size
};

#endif  // __GENERICCLEARMESSAGEPART_HPP__