VLCB SDK
An opinionated SDK for VLCB protocol
Loading...
Searching...
No Matches
switch.h
Go to the documentation of this file.
1#pragma once
2
4#include <stdbool.h>
5#include <stdint.h>
6
11
13
21
VlcbPlatformSwitchState state
Definition switch.h:15
VlcbPlatformSwitchStatusResolver resolver
Definition switch.h:17
uint32_t prevChangeLastedForMs
Definition switch.h:19
VlcbPlatformSwitchState(* VlcbPlatformSwitchStatusResolver)(void)
Definition switch.h:12
VlcbPlatformSwitchDriver vlcb_platform_switch_New(VlcbPlatformSwitchStatusResolver resolver)
VlcbPlatformSwitchState
Definition switch.h:7
@ VLCB_PLATFORM_SWITCH_PRESSED
Definition switch.h:9
@ VLCB_PLATFORM_SWITCH_RELEASED
Definition switch.h:8