LgBackLight.HidDevice.SetOutputReport C# (CSharp) Method

SetOutputReport() private method

private SetOutputReport ( byte reportBuffer ) : bool
reportBuffer byte
return bool
        internal bool SetOutputReport(byte[] reportBuffer)
        {
            return Hid.HidD_SetOutputReport(handle, reportBuffer, reportBuffer.Length);
        }