Direct-BT v3.3.0-1-gc2d430c
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)
 
 GattCharPropertySet (final Type bit)
 
boolean isSet (final Type bit)
 
GattCharPropertySet 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() [1/2]

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

Definition at line 59 of file GattCharPropertySet.java.

◆ GattCharPropertySet() [2/2]

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

Definition at line 62 of file GattCharPropertySet.java.

Member Function Documentation

◆ isSet()

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

Definition at line 66 of file GattCharPropertySet.java.

Here is the caller graph for this function:

◆ set()

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

Definition at line 67 of file GattCharPropertySet.java.

◆ toString()

String org.direct_bt.GattCharPropertySet.toString ( )

Definition at line 70 of file GattCharPropertySet.java.

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: