]> sigrok.org Git - libsigrok.git/blobdiff - libsigrok.h
Add SR_CONF key for powering off a device
[libsigrok.git] / libsigrok.h
index 5d3d93457901d3eed256576767a0bf31010083a2..7019fdb21e7685292cc3136a7db7f3c5c165e837 100644 (file)
@@ -701,6 +701,9 @@ enum {
        /** The device supports setting the number of probes. */
        SR_CONF_CAPTURE_NUM_PROBES,
 
+       /** Power off the device. */
+       SR_CONF_POWER_OFF,
+
        /*--- Acquisition modes ---------------------------------------------*/
 
        /**