Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Bit mask of GATT Characteristic Properties. More...
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 |
Bit mask of GATT Characteristic Properties.
BT Core Spec v5.2: Vol 3, Part G GATT: 3.3.1.1 Characteristic Properties
Definition at line 35 of file GattCharPropertySet.java.
org.direct_bt.GattCharPropertySet.GattCharPropertySet | ( | final byte | v | ) |
Definition at line 59 of file GattCharPropertySet.java.
org.direct_bt.GattCharPropertySet.GattCharPropertySet | ( | final Type | bit | ) |
Definition at line 62 of file GattCharPropertySet.java.
boolean org.direct_bt.GattCharPropertySet.isSet | ( | final Type | bit | ) |
GattCharPropertySet org.direct_bt.GattCharPropertySet.set | ( | final Type | bit | ) |
Definition at line 67 of file GattCharPropertySet.java.
String org.direct_bt.GattCharPropertySet.toString | ( | ) |
Definition at line 70 of file GattCharPropertySet.java.
byte org.direct_bt.GattCharPropertySet.mask |
Definition at line 57 of file GattCharPropertySet.java.