Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Classes | Public Member Functions | Public Attributes | List of all members
org.direct_bt.GattCharPropertySet Class Reference

Bit mask of GATT Characteristic Properties. More...

Collaboration diagram for org.direct_bt.GattCharPropertySet:

Classes

enum  Type
 BT Core Spec v5.2: Vol 3, Part G GATT: 3.3.1.1 Characteristic Properties. More...
 

Public Member Functions

 GattCharPropertySet (final byte v)
 
boolean isSet (final Type bit)
 
void set (final Type bit)
 
String toString ()
 

Public Attributes

byte mask
 

Detailed Description

Bit mask of GATT Characteristic Properties.

BT Core Spec v5.2: Vol 3, Part G GATT: 3.3.1.1 Characteristic Properties
Since
2.3

Definition at line 35 of file GattCharPropertySet.java.

Constructor & Destructor Documentation

◆ GattCharPropertySet()

org.direct_bt.GattCharPropertySet.GattCharPropertySet ( final byte  v)

Definition at line 59 of file GattCharPropertySet.java.

Member Function Documentation

◆ isSet()

boolean org.direct_bt.GattCharPropertySet.isSet ( final Type  bit)

Definition at line 63 of file GattCharPropertySet.java.

Here is the caller graph for this function:

◆ set()

void org.direct_bt.GattCharPropertySet.set ( final Type  bit)

Definition at line 64 of file GattCharPropertySet.java.

◆ toString()

String org.direct_bt.GattCharPropertySet.toString ( )

Definition at line 67 of file GattCharPropertySet.java.

Here is the call graph for this function:

Member Data Documentation

◆ mask

byte org.direct_bt.GattCharPropertySet.mask

Definition at line 57 of file GattCharPropertySet.java.


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