Version FC

Dependencies:   DmTftLibrary eeprom SX1280Lib filesystem mbed

Fork of MSNV2-Terminal_V1-5 by Francis CHATAIN

ATClearMessagePart.hpp

Committer:
patrick_duc
Date:
2018-09-11
Revision:
24:92c30dabfda4

File content as of revision 24:92c30dabfda4:

#ifndef __ASSETTRACKINGMESSAGEPART_HPP__
#define __ASSETTRACKINGMESSAGEPART_HPP__

#include "Context.h"

#include "ClearMessagePart.hpp"


namespace misnet {
    class ATClearMessagePart;
}


class misnet::ATClearMessagePart : virtual ClearMessagePart {
    public:

    private:
        uint8_t     _terminal_id;   // Terminal identifier
        uint8_t     _gateway_id;    // Gateway identifier
};

#endif  // __ASSETTRACKINGMESSAGEPART_HPP__