JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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. More...
 
int msToBeOn = 0
 The led will be on for the given number of milliseconds, after which it will turn off. More...
 

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: