C# Класс Neon.Engine.Components.Broadlink.NET.BroadlinkDevice

Generic Broadlink device
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AuthorizeAsync ( ) : Task

Obtain the device id and encryption key needed for other calls

Run this method before making any other calls

Защищенные методы

Метод Описание
SendAndWaitForResponseAsync ( Array packet ) : Task

Send a packet and wait for the response

SendAsync ( Array packet ) : Task

Описание методов

AuthorizeAsync() публичный Метод

Obtain the device id and encryption key needed for other calls
Run this method before making any other calls
public AuthorizeAsync ( ) : Task
Результат Task

SendAndWaitForResponseAsync() защищенный Метод

Send a packet and wait for the response
protected SendAndWaitForResponseAsync ( Array packet ) : Task
packet Array Packet to send
Результат Task

SendAsync() защищенный Метод

protected SendAsync ( Array packet ) : Task
packet Array
Результат Task