C# Class Sonority.UPnP.ZoneGroupTopology

Inheritance: UPnPServiceBase
Afficher le fichier Open project: NathanHowell/Sonority Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
ZoneGroupTopology ( UPnPService service ) : System

Method Details

BeginSoftwareUpdate() public méthode

public BeginSoftwareUpdate ( Uri updateUrl, uint flags ) : void
updateUrl System.Uri
flags uint
Résultat void

CheckForUpdate() public méthode

public CheckForUpdate ( string updateType, bool cachedOnly, string version ) : string
updateType string
cachedOnly bool
version string
Résultat string

ReportUnresponsiveDevice() public méthode

public ReportUnresponsiveDevice ( string deviceUuid, UnresponsiveDeviceActionType desiredAction ) : void
deviceUuid string
desiredAction UnresponsiveDeviceActionType
Résultat void