C# Класс OpenWiz.WizHandle

An object describing a Wiz light on the network.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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