kodi
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
Platinum::UPnP Class Reference
Collaboration diagram for Platinum::UPnP:
Collaboration graph
[legend]

Public Member Functions

void Start ()
 
void Stop ()
 
void AddControlPoint (ControlPoint^ cp)
 
void RemoveControlPoint (ControlPoint^ cp)
 
void AddDeviceHost (DeviceHost^ host)
 
void RemoveDeviceHost (DeviceHost^ host)
 

Static Public Member Functions

static List< String^> GetIpAddresses ()
 
static List< String^> GetIpAddresses (bool include_localhost)
 

Public Attributes

property bool Running
 

Static Public Attributes

static const unsigned short DefaultPort = 1900
 

Member Data Documentation

◆ Running

property bool Platinum::UPnP::Running
Initial value:
{
bool get()
{
return m_pHandle->IsRunning();
}
}
public:
virtual Boolean Equals(Object^ obj) override
{
if (obj == nullptr)
return false;
if (!this->GetType()->IsInstanceOfType(obj))
return false;
return (m_pHandle == ((UPnP^)obj)->m_pHandle);
}
public:
static UPnP()

The documentation for this class was generated from the following files: