C++ Pixels Library For Windows
Enable communications with Pixels dice using Bluetooth Low Energy.
Loading...
Searching...
No Matches
Systemic::Pixels::Messages::RollState Struct Reference

Message send by a Pixel to notify of its rolling state. More...

#include <Messages.h>

Inheritance diagram for Systemic::Pixels::Messages::RollState:

Public Member Functions

 RollState ()
 Initializes a new instance of RollState.
 
- Public Member Functions inherited from Systemic::Pixels::Messages::PixelMessage
 PixelMessage (MessageType msgType)
 Initializes a new instance of PixelMessage with the given type.
 

Public Attributes

PixelRollState state {}
 Current roll state.
 
uint8_t faceIndex {}
 Index of the face facing up (if applicable).
 
- Public Attributes inherited from Systemic::Pixels::Messages::PixelMessage
const MessageType type
 Message type.
 

Detailed Description

Message send by a Pixel to notify of its rolling state.


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