BAOS SDK  18.2.0
Public Types | Static Public Member Functions | List of all members
kdrive::baos::ProtocolVersions Struct Reference

BAOS protocol versions. More...

#include <API.h>

Public Types

enum  Versions { Unknown = 0, V12 = 0x01, V20 = 0x20, LATEST = V20 }
 

Static Public Member Functions

static bool is1x (unsigned char version)
 
static bool is2x (unsigned char version)
 

Detailed Description

BAOS protocol versions.

Member Enumeration Documentation

Enumerator
Unknown 

The protocol version is unknown.

V12 

Protocol Version 1.2 (e.g.

for BAOS 770)

V20 

Protocol Version 2.0 (e.g.

for BAOS 771/772/777)

LATEST 

Member Function Documentation

bool ProtocolVersions::is1x ( unsigned char  version)
static
bool ProtocolVersions::is2x ( unsigned char  version)
static

The documentation for this struct was generated from the following files: