MIP SDK  0.0.1
MicroStrain Communications Library for embedded systems
Classes | Public Types | Public Attributes | Static Public Attributes | List of all members
mip::commands_3dm::GetEventSupport Struct Reference

#include <commands_3dm.hpp>

Classes

struct  Info
 
struct  Response
 

Public Types

enum class  Query : uint8_t { TRIGGER_TYPES = 1 , ACTION_TYPES = 2 }
 

Public Attributes

Query query = static_cast<Query>(0)
 What type of information to retrieve. More...
 

Static Public Attributes

static const uint8_t DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
 
static const uint8_t FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_EVENT_SUPPORT
 
static const bool HAS_FUNCTION_SELECTOR = false
 

Member Enumeration Documentation

◆ Query

Enumerator
TRIGGER_TYPES 

Query the supported trigger types and max count for each.

ACTION_TYPES 

Query the supported action types and max count for each.

Member Data Documentation

◆ DESCRIPTOR_SET

const uint8_t mip::commands_3dm::GetEventSupport::DESCRIPTOR_SET = ::mip::commands_3dm::DESCRIPTOR_SET
static

◆ FIELD_DESCRIPTOR

const uint8_t mip::commands_3dm::GetEventSupport::FIELD_DESCRIPTOR = ::mip::commands_3dm::CMD_EVENT_SUPPORT
static

◆ HAS_FUNCTION_SELECTOR

const bool mip::commands_3dm::GetEventSupport::HAS_FUNCTION_SELECTOR = false
static

◆ query

Query mip::commands_3dm::GetEventSupport::query = static_cast<Query>(0)

What type of information to retrieve.


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