@brief Check if channel data is currently in use by the driver @return true if driver is transmitting this data, false otherwise
| 85 | /// @brief Check if channel data is currently in use by the driver |
| 86 | /// @return true if driver is transmitting this data, false otherwise |
| 87 | bool isInUse() const FL_NOEXCEPT { return mInUse; } |
| 88 | |
| 89 | /// @brief Mark channel data as in use by the driver |
| 90 | /// @param inUse true to mark as in use, false to mark as available |
no outgoing calls
no test coverage detected