sigrok-java  0.4.0
Java bindings for libsigrok
Public Member Functions | List of all members
org.sigrok.core.classes.Input Class Reference

An input instance (an input format applied to a file or stream) More...

Public Member Functions

InputDevice device ()
 Virtual device associated with this input. More...
 
void send (SWIGTYPE_p_void data, long length)
 Send next stream data. More...
 
void end ()
 Signal end of input data. More...
 

Detailed Description

An input instance (an input format applied to a file or stream)

Member Function Documentation

InputDevice org.sigrok.core.classes.Input.device ( )

Virtual device associated with this input.

void org.sigrok.core.classes.Input.send ( SWIGTYPE_p_void  data,
long  length 
)

Send next stream data.

Parameters
lengthLength of data.
dataNext stream data.
void org.sigrok.core.classes.Input.end ( )

Signal end of input data.