This is Webservice SDK for mbed. LPCXpresso1769/LPC1768/FRDM-K64F/LPC4088

Dependents:   MbedFileServer_1768MiniDK2 RedWireBridge IssueDebug_gcc MiMicRemoteMCU-for-Mbed ... more

Embed: (wiki syntax)

« Back to documentation index

ModUPnPDevice Class Reference

ModUPnPDevice Class Reference

This class is UPnPDevice module. More...

#include <ModUPnPDevice.h>

Inherits MiMic::ModBaseClass.

Private Member Functions

void setParam (const char *i_path)
virtual bool canHandle (HttpdConnection &i_connection)
 URLとパスプレフィクスi_pathを比較して、処理対象のURLかを計算します。 URLに'/i_path/'を含むパスを処理対象とみなします。

Detailed Description

This class is UPnPDevice module.

The class provides 3 services.

  • d.xml - a device description.
  • control/xx - soap handler
  • event/xx -event handler.

Definition at line 20 of file ModUPnPDevice.h.