Direct-BT
2.3.1
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) | |
boolean | isSet (final Type bit) |
void | 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.
boolean org.direct_bt.GattCharPropertySet.isSet | ( | final Type | bit | ) |
void org.direct_bt.GattCharPropertySet.set | ( | final Type | bit | ) |
Definition at line 64 of file GattCharPropertySet.java.
String org.direct_bt.GattCharPropertySet.toString | ( | ) |
byte org.direct_bt.GattCharPropertySet.mask |
Definition at line 57 of file GattCharPropertySet.java.