C# 클래스 OpenWiz.WizHandle

An object describing a Wiz light on the network.
파일 보기 프로젝트 열기: UselessMnemonic/OpenWiz 1 사용 예제들

공개 메소드들

메소드 설명
WizHandle ( string mac, IPAddress ip ) : System

Creates a handle that can be used to connect to, or identify, a remote Wiz light.

메소드 상세

WizHandle() 공개 메소드

Creates a handle that can be used to connect to, or identify, a remote Wiz light.
/// If mac or ip are null. /// /// If ip is not IPv4, or if mac is not strictly 12 hex digits. ///
public WizHandle ( string mac, IPAddress ip ) : System
mac string The MAC of the remote light, as an unformatted /// string of 12 hex digits
ip IPAddress
리턴 System