| 
    Bluenet
    5.7.0
    
   Bluenet, firmware for nRF52 smart home devices 
   | 
 
Class that holds the presence of a profile. More...
#include <cs_PresenceDescription.h>
Public Member Functions | |
| PresenceStateDescription (uint64_t bitmask=0) | |
| void | setLocation (uint8_t locationId) | 
| uint64_t | getBitmask () | 
| void | print () | 
Private Attributes | |
| uint64_t | _bitmask | 
Friends | |
| class | TestAccess< PresenceStateDescription > | 
| bool | operator== (const PresenceStateDescription &lhs, const PresenceStateDescription &rhs) | 
Class that holds the presence of a profile.
When the Nth bit is set, the profile is present at location N.
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  friend | 
      
  | 
  friend | 
      
  | 
  private |