Esempio n. 1
0
 /// <summary>
 /// Execute a remote control command
 /// </summary>
 /// <param name="data">Packet obtained using <see cref="OnRawData" /></param>
 public async Task SendRemoteCommandAsync(byte[] data) => await SendAsync(PacketGenerator.GenerateSendDataPacket(this, data));