Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
FrameHandler.cpp
00001 /** 00002 * Copyright (c) 2015 Digi International Inc., 00003 * All rights not expressly granted are reserved. 00004 * 00005 * This Source Code Form is subject to the terms of the Mozilla Public 00006 * License, v. 2.0. If a copy of the MPL was not distributed with this file, 00007 * You can obtain one at http://mozilla.org/MPL/2.0/. 00008 * 00009 * Digi International Inc. 11001 Bren Road East, Minnetonka, MN 55343 00010 * ======================================================================= 00011 */ 00012 00013 #include "FrameHandler.h" 00014 00015 FrameHandler::FrameHandler(ApiFrame::ApiFrameType t) : _type(t) 00016 { 00017 } 00018 00019 FrameHandler::~FrameHandler() 00020 { 00021 } 00022 00023 ApiFrame::ApiFrameType FrameHandler::get_type() const 00024 { 00025 return _type; 00026 }
Generated on Thu Jul 14 2022 04:53:34 by
