From 831d7c70eb901788d6fa7551807644b1130cce32 Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Tue, 15 Apr 2014 21:26:26 +0100 Subject: [PATCH] Add SR_CONF_DEVICE_MODE and SR_CONF_TEST_MODE config keys. --- libsigrok.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libsigrok.h b/libsigrok.h index 7f58e1c7..3235ddf2 100644 --- a/libsigrok.h +++ b/libsigrok.h @@ -828,6 +828,12 @@ enum sr_configkey { /** The device has internal storage, into which data is logged. This * starts or stops the internal logging. */ SR_CONF_DATALOG, + + /** Device mode for multi-function devices. */ + SR_CONF_DEVICE_MODE, + + /** Self test mode. */ + SR_CONF_TEST_MODE, }; /** Device instance data