Метод | Описание | |
---|---|---|
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 |
protected SendAndWaitForResponseAsync ( Array packet ) : Task |
||
packet | Array | Packet to send |
Результат | Task |
protected SendAsync ( Array packet ) : Task | ||
packet | Array | |
Результат | Task |