len property
int?
get
len
Get the control length value.
TODO: this does not work for zoom absolute get.
Implementation
int? get len => _controlGet(UvcReqCode.getLen, bTerminalID, bInterfaceNumber);
Get the control length value.
TODO: this does not work for zoom absolute get.
int? get len => _controlGet(UvcReqCode.getLen, bTerminalID, bInterfaceNumber);