BAOS SDK v2  1.0.1
An SDK providing access to IP-BAOS devices through BAOS binary protocol version 2.x
BaosDevice.h File Reference

The high level API for BAOS devices. More...

#include "baos/config.h"
#include "BlockReader.h"
#include "baos/device/BaosDeviceDataTypes.h"
#include "baos/device/BaosDevicesMeta.h"
#include "baos/protocol/Defines.h"
#include "wzcpp/features/algorithm/append.h"
#include "wzcpp/features/logging.h"
#include "wzcpp/features/utils/ByteArray.h"
#include "wzcpp/features/utils/Memory.h"
+ Include dependency graph for BaosDevice.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaosDevice
 This class represents a BAOS device. More...
 

Namespaces

 wz::baos
 Global BAOS sdk namespace.
 

Typedefs

using BaosConnection_UPtr = std::unique_ptr< BaosConnection >
 Alias for a std::unique pointer of a BaosConnection.
 

Detailed Description

The high level API for BAOS devices.