setDecodeAction method

Future<int> setDecodeAction(
  1. int action
)

Sets the local decode action (see LocalDecodeAction).

Implementation

Future<int> setDecodeAction(int action) {
  return _set(CapturePropertyIds.localDecodeActionDevice, CapturePropertyTypes.byte, action);
}