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.AdapterSettings Class Reference

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...

Collaboration diagram for org.direct_bt.AdapterSettings:

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
 

Detailed Description

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.

Since
2.0.0

Definition at line 171 of file AdapterSettings.java.

Constructor & Destructor Documentation

◆ AdapterSettings()

org.direct_bt.AdapterSettings.AdapterSettings ( final int  v)

Definition at line 204 of file AdapterSettings.java.

Member Function Documentation

◆ isEmpty()

boolean org.direct_bt.AdapterSettings.isEmpty ( )

Definition at line 208 of file AdapterSettings.java.

◆ isSet()

boolean org.direct_bt.AdapterSettings.isSet ( final SettingType  bit)

Definition at line 209 of file AdapterSettings.java.

Here is the caller graph for this function:

◆ set()

void org.direct_bt.AdapterSettings.set ( final SettingType  bit)

Definition at line 210 of file AdapterSettings.java.

◆ toString()

String org.direct_bt.AdapterSettings.toString ( )

Definition at line 213 of file AdapterSettings.java.

Member Data Documentation

◆ mask

int org.direct_bt.AdapterSettings.mask

Definition at line 202 of file AdapterSettings.java.


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