mUPnP for C
upnp_status.c File Reference
#include <mupnp/upnp_status.h>
#include <mupnp/util/list.h>
#include <mupnp/util/log.h>

Functions

mUpnpStatusmupnp_status_new ()
 
void mupnp_status_delete (mUpnpStatus *upnpStat)
 
char * mupnp_status_code2string (int code)
 

Function Documentation

◆ mupnp_status_code2string()

char * mupnp_status_code2string ( int code)

Helper function that converts a status code into a status description

Parameters
codeCode to convert into a description
Returns
Status description

◆ mupnp_status_delete()

void mupnp_status_delete ( mUpnpStatus * upnpStat)

Delete a status struct

Parameters
upnpStatStatus struct to delete

◆ mupnp_status_new()

mUpnpStatus * mupnp_status_new ( void )

Create a new status struct