|
mUPnP for C
|
Functions | |
| static void | mupnp_device_advertiser_action (mUpnpThread *thread) |
| bool | mupnp_device_advertiser_start (mUpnpDevice *dev) |
| bool | mupnp_device_advertiser_stop (mUpnpDevice *dev) |
| bool | mupnp_device_advertiser_isrunning (mUpnpDevice *dev) |
|
static |
mupnp_device_advertiser_action
Function run as a UPnP device advertisement thread.
| thread | The thread context that this function is running in |
Get the device struct that this function is advertising.
Lease time
| bool mupnp_device_advertiser_isrunning | ( | mUpnpDevice * | dev | ) |
mupnp_device_advertiser_isrunning
Check if the advertiser has been started
| dev | Device that is being advertised |
| bool mupnp_device_advertiser_start | ( | mUpnpDevice * | dev | ) |
mupnp_device_advertiser_start
Start the advertiser thread for the given device
| dev | The device that is to be advertised |
| bool mupnp_device_advertiser_stop | ( | mUpnpDevice * | dev | ) |
mupnp_device_advertiser_stop
Stop the advertiser thread for the given device
| dev | Device that is being advertised |