![]() |
sigrok-java
0.4.0
Java bindings for libsigrok
|
An option used by an output format. More...
Public Member Functions | |
String | id () |
Short name of this option suitable for command line usage. More... | |
String | name () |
Short name of this option suitable for GUI usage. More... | |
String | description () |
Description of this option in a sentence. More... | |
Variant | default_value () |
Default value for this option. More... | |
VariantVector | values () |
Possible values for this option, if a limited set. More... | |
An option used by an output format.
String org.sigrok.core.classes.Option.id | ( | ) |
Short name of this option suitable for command line usage.
String org.sigrok.core.classes.Option.name | ( | ) |
Short name of this option suitable for GUI usage.
String org.sigrok.core.classes.Option.description | ( | ) |
Description of this option in a sentence.
Variant org.sigrok.core.classes.Option.default_value | ( | ) |
Default value for this option.
VariantVector org.sigrok.core.classes.Option.values | ( | ) |
Possible values for this option, if a limited set.