![]() |
Windows Virtual Shields for Arduino
|
#include <Sensor.h>
Inherits ShieldEvent.
Public Member Functions | |
SensorEvent () | |
Initializes a new instance of the SensorEvent struct. More... | |
Public Attributes | |
Sensor * | sensor |
![]() | |
ShieldEventType | shieldEventType |
int | id |
long | resultId |
const char * | result |
int | resultHash |
const char * | tag |
const char * | action |
int | actionHash |
void * | cargo |
double | value |
SensorEvent::SensorEvent | ( | ) |
Initializes a new instance of the SensorEvent struct.
Sensor* SensorEvent::sensor |