C# Class Sonority.UPnP.ZoneGroupTopology

Inheritance: UPnPServiceBase
Datei anzeigen Open project: NathanHowell/Sonority Class Usage Examples

Public Methods

Method Description
BeginSoftwareUpdate ( Uri updateUrl, uint flags ) : void
CheckForUpdate ( string updateType, bool cachedOnly, string version ) : string
ReportUnresponsiveDevice ( string deviceUuid, UnresponsiveDeviceActionType desiredAction ) : void

Private Methods

Method Description
ZoneGroupTopology ( UPnPService service ) : System

Method Details

BeginSoftwareUpdate() public method

public BeginSoftwareUpdate ( Uri updateUrl, uint flags ) : void
updateUrl System.Uri
flags uint
return void

CheckForUpdate() public method

public CheckForUpdate ( string updateType, bool cachedOnly, string version ) : string
updateType string
cachedOnly bool
version string
return string

ReportUnresponsiveDevice() public method

public ReportUnresponsiveDevice ( string deviceUuid, UnresponsiveDeviceActionType desiredAction ) : void
deviceUuid string
desiredAction UnresponsiveDeviceActionType
return void