getStandConfig method

Future<int> getStandConfig()

Gets the stand (cradle) configuration (see StandConfig).

Implementation

Future<int> getStandConfig() async {
  return (await _get(CapturePropertyIds.standConfigDevice)) as int;
}