miniupnpc.upnpcommands

Undocumented in source.

Members

Functions

UPNP_AddPinhole
int UPNP_AddPinhole(char* controlURL, char* servicetype, char* remoteHost, char* remotePort, char* intClient, char* intPort, char* proto, char* leaseTime, char* uniqueID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_AddPortMapping
int UPNP_AddPortMapping(char* controlURL, char* servicetype, char* extPort, char* inPort, char* inClient, char* desc, char* proto, char* remoteHost, char* leaseDuration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_CheckPinholeWorking
int UPNP_CheckPinholeWorking(char* controlURL, char* servicetype, char* uniqueID, int* isWorking)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_DeletePinhole
int UPNP_DeletePinhole(char* controlURL, char* servicetype, char* uniqueID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_DeletePortMapping
int UPNP_DeletePortMapping(char* controlURL, char* servicetype, char* extPort, char* proto, char* remoteHost)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetConnectionTypeInfo
int UPNP_GetConnectionTypeInfo(char* controlURL, char* servicetype, char* connectionType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetExternalIPAddress
int UPNP_GetExternalIPAddress(char* controlURL, char* servicetype, char* extIpAdd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetFirewallStatus
int UPNP_GetFirewallStatus(char* controlURL, char* servicetype, int* firewallEnabled, int* inboundPinholeAllowed)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetGenericPortMappingEntry
int UPNP_GetGenericPortMappingEntry(char* controlURL, char* servicetype, char* index, char* extPort, char* intClient, char* intPort, char* protocol, char* desc, char* enabled, char* rHost, char* duration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetLinkLayerMaxBitRates
int UPNP_GetLinkLayerMaxBitRates(char* controlURL, char* servicetype, uint* bitrateDown, uint* bitrateUp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetListOfPortMappings
int UPNP_GetListOfPortMappings(char* controlURL, char* servicetype, char* startPort, char* endPort, char* protocol, char* numberOfPorts, PortMappingParserData* data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetOutboundPinholeTimeout
int UPNP_GetOutboundPinholeTimeout(char* controlURL, char* servicetype, char* remoteHost, char* remotePort, char* intClient, char* intPort, char* proto, int* opTimeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetPinholePackets
int UPNP_GetPinholePackets(char* controlURL, char* servicetype, char* uniqueID, int* packets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetPortMappingNumberOfEntries
int UPNP_GetPortMappingNumberOfEntries(char* controlURL, char* servicetype, uint* num)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetSpecificPortMappingEntry
int UPNP_GetSpecificPortMappingEntry(char* controlURL, char* servicetype, char* extPort, char* proto, char* intClient, char* intPort, char* desc, char* enabled, char* leaseDuration)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetStatusInfo
int UPNP_GetStatusInfo(char* controlURL, char* servicetype, char* status, uint* uptime, char* lastconnerror)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetTotalBytesReceived
ulong UPNP_GetTotalBytesReceived(char* controlURL, char* servicetype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetTotalBytesSent
ulong UPNP_GetTotalBytesSent(char* controlURL, char* servicetype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetTotalPacketsReceived
ulong UPNP_GetTotalPacketsReceived(char* controlURL, char* servicetype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_GetTotalPacketsSent
ulong UPNP_GetTotalPacketsSent(char* controlURL, char* servicetype)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
UPNP_UpdatePinhole
int UPNP_UpdatePinhole(char* controlURL, char* servicetype, char* uniqueID, char* leaseTime)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

UPNPCOMMAND_HTTP_ERROR
enum UPNPCOMMAND_HTTP_ERROR;
Undocumented in source.
UPNPCOMMAND_INVALID_ARGS
enum UPNPCOMMAND_INVALID_ARGS;
Undocumented in source.
UPNPCOMMAND_SUCCESS
enum UPNPCOMMAND_SUCCESS;
Undocumented in source.
UPNPCOMMAND_UNKNOWN_ERROR
enum UPNPCOMMAND_UNKNOWN_ERROR;
Undocumented in source.

Meta