public void SetBrightness(byte percent) { VerifyNotDisposed(); deckHid.WriteFeature(GetBrightnessMsg(percent)); }
public void SetBrightness(byte percent) { VerifyNotDisposed(); deckHid.WriteFeature(hwInfo.GetBrightnessMessage(percent)); }