JUCE v8.0.9
JUCE API
 
Loading...
Searching...
No Matches
juce::PushNotifications::Notification::LedBlinkPattern Struct Reference

Allows to control the time the device's led is on and off. More...

#include <juce_PushNotifications.h>

Collaboration diagram for juce::PushNotifications::Notification::LedBlinkPattern:

Public Attributes

int msToBeOff = 0
 The led will be off for the given number of milliseconds, after which it will turn on.
 
int msToBeOn = 0
 The led will be on for the given number of milliseconds, after which it will turn off.
 

Detailed Description

Allows to control the time the device's led is on and off.

Member Data Documentation

◆ msToBeOff

int juce::PushNotifications::Notification::LedBlinkPattern::msToBeOff = 0

The led will be off for the given number of milliseconds, after which it will turn on.

◆ msToBeOn

int juce::PushNotifications::Notification::LedBlinkPattern::msToBeOn = 0

The led will be on for the given number of milliseconds, after which it will turn off.


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