MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
Typedefs
event_fwd.h File Reference

Forward declaration of the MblMwEvent type. More...

#include <stdint.h>

Go to the source code of this file.

Typedefs

typedef struct MblMwEvent MblMwEvent
 Represents an event fired from the MetaWear board.
 
typedef void(* MblMwFnEventPtrInt) (void *context, MblMwEvent *event, int32_t status)
 Definition for callback functions that accept an MblMwEvent pointer and an int32. More...
 

Detailed Description

Forward declaration of the MblMwEvent type.

Typedef Documentation

◆ MblMwFnEventPtrInt

typedef void(* MblMwFnEventPtrInt) (void *context, MblMwEvent *event, int32_t status)

Definition for callback functions that accept an MblMwEvent pointer and an int32.

Parameters
contextPointer to the context the enclosing function was called with
eventEvent to be used with the function
statusStatus code passed into the function