Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
BLEConnectionHandle Struct Reference

#include <MIDI_Interfaces/BLEMIDI/BLEAPI.hpp>

Detailed Description

Represents a handle to the connection to another device.

Definition at line 19 of file BLEAPI.hpp.

+ Collaboration diagram for BLEConnectionHandle:

Public Member Functions

 operator bool () const
 
 BLEConnectionHandle ()=default
 
 BLEConnectionHandle (uint16_t conn)
 

Public Attributes

uint16_t conn = 0xFFFF
 

Constructor & Destructor Documentation

◆ BLEConnectionHandle() [1/2]

BLEConnectionHandle ( )
default

◆ BLEConnectionHandle() [2/2]

BLEConnectionHandle ( uint16_t conn)
inline

Definition at line 25 of file BLEAPI.hpp.

Member Function Documentation

◆ operator bool()

operator bool ( ) const
inlineexplicit

Definition at line 21 of file BLEAPI.hpp.

Member Data Documentation

◆ conn

uint16_t conn = 0xFFFF

Definition at line 20 of file BLEAPI.hpp.


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