AceTime  1.9.0
Date and time classes for Arduino that support timezones from the TZ Database.
Static Public Attributes | List of all members
ace_time::LinkManager Class Reference

Base class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kInvalidZoneId can be referenced as LinkManager::kInvalidZoneId. More...

#include <LinkManager.h>

Inheritance diagram for ace_time::LinkManager:
Inheritance graph
[legend]

Static Public Attributes

static const uint32_t kInvalidZoneId = 0
 ZoneId which is not valid to indicates an error or not found. More...
 

Detailed Description

Base class for BasicLinkManager and ExtendedLinkManager mostly for backwards compatibility so that kInvalidZoneId can be referenced as LinkManager::kInvalidZoneId.

No virtual methods are used to reduce flash memory usage, especially on 8-bit processors.

Definition at line 21 of file LinkManager.h.

Member Data Documentation

◆ kInvalidZoneId

const uint32_t ace_time::LinkManager::kInvalidZoneId = 0
static

ZoneId which is not valid to indicates an error or not found.

The AceTimeTools project will never generate a zoneId of 0.

Definition at line 27 of file LinkManager.h.


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