getStandConfig method
Gets the stand (cradle) configuration (see StandConfig).
Implementation
Future<int> getStandConfig() async {
return (await _get(CapturePropertyIds.standConfigDevice)) as int;
}
Gets the stand (cradle) configuration (see StandConfig).
Future<int> getStandConfig() async {
return (await _get(CapturePropertyIds.standConfigDevice)) as int;
}