QGroundControl
Ground Control Station for MAVLink Drones
Loading...
Searching...
No Matches
AndroidSerial::JniMethodCache Struct Reference

Public Attributes

jmethodID availableDevicesInfo = nullptr
 
jmethodID getDeviceId = nullptr
 
jmethodID getDeviceHandle = nullptr
 
jmethodID open = nullptr
 
jmethodID close = nullptr
 
jmethodID isDeviceNameOpen = nullptr
 
jmethodID read = nullptr
 
jmethodID write = nullptr
 
jmethodID writeAsync = nullptr
 
jmethodID setParameters = nullptr
 
jmethodID getCarrierDetect = nullptr
 
jmethodID getClearToSend = nullptr
 
jmethodID getDataSetReady = nullptr
 
jmethodID getDataTerminalReady = nullptr
 
jmethodID setDataTerminalReady = nullptr
 
jmethodID getRingIndicator = nullptr
 
jmethodID getRequestToSend = nullptr
 
jmethodID setRequestToSend = nullptr
 
jmethodID getControlLines = nullptr
 
jmethodID getFlowControl = nullptr
 
jmethodID setFlowControl = nullptr
 
jmethodID purgeBuffers = nullptr
 
jmethodID setBreak = nullptr
 
jmethodID startIoManager = nullptr
 
jmethodID stopIoManager = nullptr
 
jmethodID ioManagerRunning = nullptr
 

Detailed Description

Definition at line 134 of file AndroidSerial.cc.

Member Data Documentation

◆ availableDevicesInfo

jmethodID AndroidSerial::JniMethodCache::availableDevicesInfo = nullptr

◆ close

jmethodID AndroidSerial::JniMethodCache::close = nullptr

Definition at line 140 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::close().

◆ getCarrierDetect

jmethodID AndroidSerial::JniMethodCache::getCarrierDetect = nullptr

◆ getClearToSend

jmethodID AndroidSerial::JniMethodCache::getClearToSend = nullptr

◆ getControlLines

jmethodID AndroidSerial::JniMethodCache::getControlLines = nullptr

◆ getDataSetReady

jmethodID AndroidSerial::JniMethodCache::getDataSetReady = nullptr

◆ getDataTerminalReady

jmethodID AndroidSerial::JniMethodCache::getDataTerminalReady = nullptr

◆ getDeviceHandle

jmethodID AndroidSerial::JniMethodCache::getDeviceHandle = nullptr

◆ getDeviceId

jmethodID AndroidSerial::JniMethodCache::getDeviceId = nullptr

Definition at line 137 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::getDeviceId().

◆ getFlowControl

jmethodID AndroidSerial::JniMethodCache::getFlowControl = nullptr

◆ getRequestToSend

jmethodID AndroidSerial::JniMethodCache::getRequestToSend = nullptr

◆ getRingIndicator

jmethodID AndroidSerial::JniMethodCache::getRingIndicator = nullptr

◆ ioManagerRunning

jmethodID AndroidSerial::JniMethodCache::ioManagerRunning = nullptr

◆ isDeviceNameOpen

jmethodID AndroidSerial::JniMethodCache::isDeviceNameOpen = nullptr

Definition at line 141 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::isOpen().

◆ open

jmethodID AndroidSerial::JniMethodCache::open = nullptr

Definition at line 139 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::open().

◆ purgeBuffers

jmethodID AndroidSerial::JniMethodCache::purgeBuffers = nullptr

Definition at line 157 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::purgeBuffers().

◆ read

jmethodID AndroidSerial::JniMethodCache::read = nullptr

Definition at line 142 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::read().

◆ setBreak

jmethodID AndroidSerial::JniMethodCache::setBreak = nullptr

Definition at line 158 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::setBreak().

◆ setDataTerminalReady

jmethodID AndroidSerial::JniMethodCache::setDataTerminalReady = nullptr

◆ setFlowControl

jmethodID AndroidSerial::JniMethodCache::setFlowControl = nullptr

◆ setParameters

jmethodID AndroidSerial::JniMethodCache::setParameters = nullptr

◆ setRequestToSend

jmethodID AndroidSerial::JniMethodCache::setRequestToSend = nullptr

◆ startIoManager

jmethodID AndroidSerial::JniMethodCache::startIoManager = nullptr

◆ stopIoManager

jmethodID AndroidSerial::JniMethodCache::stopIoManager = nullptr

◆ write

jmethodID AndroidSerial::JniMethodCache::write = nullptr

Definition at line 143 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::write().

◆ writeAsync

jmethodID AndroidSerial::JniMethodCache::writeAsync = nullptr

Definition at line 144 of file AndroidSerial.cc.

Referenced by AndroidSerial::cacheMethodIds(), and AndroidSerial::write().


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