max property
int?
get
max
Get the control maximum value.
Implementation
int? get max => _controlGet(UvcReqCode.getMax, bTerminalID, bInterfaceNumber);
Get the control maximum value.
int? get max => _controlGet(UvcReqCode.getMax, bTerminalID, bInterfaceNumber);