Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread Class Reference
+ Inheritance diagram for org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread:
+ Collaboration diagram for org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread:

Public Member Functions

 QtBluetoothInputStreamThread ()
 
void setInputStream (InputStream stream)
 
void run ()
 

Static Public Member Functions

static native void errorOccurred (long qtObject, int errorCode)
 
static native void readyData (long qtObject, byte[] buffer, int bufferLength)
 

Public Attributes

boolean logEnabled = false
 

Static Public Attributes

static final int QT_MISSING_INPUT_STREAM = 0
 
static final int QT_READ_FAILED = 1
 
static final int QT_THREAD_INTERRUPTED = 2
 

Detailed Description

Definition at line 11 of file QtBluetoothInputStreamThread.java.

Constructor & Destructor Documentation

◆ QtBluetoothInputStreamThread()

org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.QtBluetoothInputStreamThread ( )
inline

Definition at line 26 of file QtBluetoothInputStreamThread.java.

References setName().

+ Here is the call graph for this function:

Member Function Documentation

◆ errorOccurred()

static native void org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.errorOccurred ( long qtObject,
int errorCode )
static

◆ readyData()

static native void org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.readyData ( long qtObject,
byte[] buffer,
int bufferLength )
static

◆ run()

void org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.run ( )
inline

Definition at line 36 of file QtBluetoothInputStreamThread.java.

References TAG.

◆ setInputStream()

void org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.setInputStream ( InputStream stream)
inline

Definition at line 31 of file QtBluetoothInputStreamThread.java.

Member Data Documentation

◆ logEnabled

boolean org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.logEnabled = false

Definition at line 17 of file QtBluetoothInputStreamThread.java.

◆ QT_MISSING_INPUT_STREAM

final int org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.QT_MISSING_INPUT_STREAM = 0
static

Definition at line 22 of file QtBluetoothInputStreamThread.java.

◆ QT_READ_FAILED

final int org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.QT_READ_FAILED = 1
static

Definition at line 23 of file QtBluetoothInputStreamThread.java.

◆ QT_THREAD_INTERRUPTED

final int org.qtproject.qt.android.bluetooth.QtBluetoothInputStreamThread.QT_THREAD_INTERRUPTED = 2
static

Definition at line 24 of file QtBluetoothInputStreamThread.java.


The documentation for this class was generated from the following file: