MetaWear C++ API
0.20.0
C++ implementation of the MetaWear protocol
|
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... | |
Forward declaration of the MblMwEvent type.
typedef void(* MblMwFnEventPtrInt) (void *context, MblMwEvent *event, int32_t status) |
Definition for callback functions that accept an MblMwEvent pointer and an int32.
context | Pointer to the context the enclosing function was called with |
event | Event to be used with the function |
status | Status code passed into the function |