Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K. More...
Classes | |
enum | SettingType |
Bits representing 'BTAdapter setting' data fields. More... | |
Public Member Functions | |
AdapterSettings (final int v) | |
boolean | isEmpty () |
boolean | isSet (final SettingType bit) |
void | set (final SettingType bit) |
String | toString () |
Public Attributes | |
int | mask |
Author: Sven Gothel sgoth.nosp@m.el@j.nosp@m.ausof.nosp@m.t.co.nosp@m.m Copyright (c) 2020 Gothel Software e.K.
Copyright (c) 2020 ZAFENA AB
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. Bit mask of 'BTAdapter
setting' data fields, indicating a set of related data.
Definition at line 171 of file AdapterSettings.java.
org.direct_bt.AdapterSettings.AdapterSettings | ( | final int | v | ) |
Definition at line 204 of file AdapterSettings.java.
boolean org.direct_bt.AdapterSettings.isEmpty | ( | ) |
Definition at line 208 of file AdapterSettings.java.
boolean org.direct_bt.AdapterSettings.isSet | ( | final SettingType | bit | ) |
void org.direct_bt.AdapterSettings.set | ( | final SettingType | bit | ) |
Definition at line 210 of file AdapterSettings.java.
String org.direct_bt.AdapterSettings.toString | ( | ) |
Definition at line 213 of file AdapterSettings.java.
int org.direct_bt.AdapterSettings.mask |
Definition at line 202 of file AdapterSettings.java.