getDataAcknowledgment method
Gets the local data acknowledgment mode (see DeviceDataAcknowledgment).
Implementation
Future<int> getDataAcknowledgment() async {
return (await _get(CapturePropertyIds.localAcknowledgmentDevice)) as int;
}
Gets the local data acknowledgment mode (see DeviceDataAcknowledgment).
Future<int> getDataAcknowledgment() async {
return (await _get(CapturePropertyIds.localAcknowledgmentDevice)) as int;
}