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

Type of datafeed packet. More...

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

Static Public Attributes

static final PacketType HEADER
 Payload is. More...
 
static final PacketType END
 End of stream (no further data). More...
 
static final PacketType META
 Payload is struct. More...
 
static final PacketType TRIGGER
 The trigger matched at this point in the data feed. More...
 
static final PacketType LOGIC
 Payload is struct. More...
 
static final PacketType ANALOG_OLD
 DEPRECATED! Use SR_DF_ANALOG instead. More...
 
static final PacketType FRAME_BEGIN
 Beginning of frame. More...
 
static final PacketType FRAME_END
 End of frame. More...
 
static final PacketType ANALOG
 Payload is struct. More...
 

Additional Inherited Members

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

Detailed Description

Type of datafeed packet.

Member Data Documentation

final PacketType org.sigrok.core.classes.PacketType.HEADER
static

Payload is.

final PacketType org.sigrok.core.classes.PacketType.END
static

End of stream (no further data).

final PacketType org.sigrok.core.classes.PacketType.META
static

Payload is struct.

final PacketType org.sigrok.core.classes.PacketType.TRIGGER
static

The trigger matched at this point in the data feed.

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

Payload is struct.

final PacketType org.sigrok.core.classes.PacketType.ANALOG_OLD
static

DEPRECATED! Use SR_DF_ANALOG instead.

final PacketType org.sigrok.core.classes.PacketType.FRAME_BEGIN
static

Beginning of frame.

final PacketType org.sigrok.core.classes.PacketType.FRAME_END
static

End of frame.

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

Payload is struct.