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.
Fork of mbedConnectorInterfaceWithDM by
mbedEndpointNetwork.h
00001 /** 00002 * @file mbedEndpointNetwork.h 00003 * @brief mbed Endpoint Network header - declares underling network instance 00004 * @author Doug Anson 00005 * @version 1.0 00006 * @see 00007 * 00008 * Copyright (c) 2014 00009 * 00010 * Licensed under the Apache License, Version 2.0 (the "License"); 00011 * you may not use this file except in compliance with the License. 00012 * You may obtain a copy of the License at 00013 * 00014 * http://www.apache.org/licenses/LICENSE-2.0 00015 * 00016 * Unless required by applicable law or agreed to in writing, software 00017 * distributed under the License is distributed on an "AS IS" BASIS, 00018 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 00019 * See the License for the specific language governing permissions and 00020 * limitations under the License. 00021 */ 00022 00023 #ifndef __MBED_ENDPOINT_NETWORK_H__ 00024 #define __MBED_ENDPOINT_NETWORK_H__ 00025 00026 // mbed-client support 00027 #include "mbed-client/m2minterfacefactory.h" 00028 #include "mbed-client/m2minterfaceobserver.h" 00029 #include "mbed-client/m2minterface.h" 00030 #include "mbed-client/m2mobjectinstance.h" 00031 #include "mbed-client/m2mresource.h" 00032 #include "mbed-client/m2mdevice.h" 00033 #include "mbed-client/m2mfirmware.h" 00034 00035 // mbed Connector Interface (configuration) 00036 #include "mbed-connector-interface/mbedConnectorInterface.h" 00037 00038 // Include the Connector::Endpoint 00039 #include "mbed-connector-interface/ConnectorEndpoint.h" 00040 00041 // Include the Connector::OptionsBuilder 00042 #include "mbed-connector-interface/OptionsBuilder.h" 00043 00044 // Forward declarations of public functions in mbedEndpointNetwork 00045 #include "mbed-connector-interface/mbedEndpointNetworkImpl.h" 00046 00047 #endif // __MBED_ENDPOINT_NETWORK_H__ 00048
Generated on Wed Jul 13 2022 01:24:02 by
