sigrok-java  0.4.0
Java bindings for libsigrok
Static Public Attributes | List of all members
org.sigrok.core.classes.ChannelType Class Reference

Channel type. More...

+ Inheritance diagram for org.sigrok.core.classes.ChannelType:

Static Public Attributes

static final ChannelType LOGIC
 Channel type is logic channel. More...
 
static final ChannelType ANALOG
 Channel type is analog channel. More...
 

Additional Inherited Members

- Public Member Functions inherited from org.sigrok.core.classes.EnumValueChannelType
int id ()
 The integer constant associated with this value. More...
 
String name ()
 The name associated with this value. More...
 

Detailed Description

Channel type.

Member Data Documentation

final ChannelType org.sigrok.core.classes.ChannelType.LOGIC
static

Channel type is logic channel.

final ChannelType org.sigrok.core.classes.ChannelType.ANALOG
static

Channel type is analog channel.