C# 클래스 Sonority.UPnP.ZoneGroupTopology

상속: UPnPServiceBase
파일 보기 프로젝트 열기: NathanHowell/Sonority 1 사용 예제들

공개 메소드들

메소드 설명
BeginSoftwareUpdate ( Uri updateUrl, uint flags ) : void
CheckForUpdate ( string updateType, bool cachedOnly, string version ) : string
ReportUnresponsiveDevice ( string deviceUuid, UnresponsiveDeviceActionType desiredAction ) : void

비공개 메소드들

메소드 설명
ZoneGroupTopology ( UPnPService service ) : System

메소드 상세

BeginSoftwareUpdate() 공개 메소드

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

CheckForUpdate() 공개 메소드

public CheckForUpdate ( string updateType, bool cachedOnly, string version ) : string
updateType string
cachedOnly bool
version string
리턴 string

ReportUnresponsiveDevice() 공개 메소드

public ReportUnresponsiveDevice ( string deviceUuid, UnresponsiveDeviceActionType desiredAction ) : void
deviceUuid string
desiredAction UnresponsiveDeviceActionType
리턴 void