GeoluxHydroCam_ByteError class

The Variable sub-class used for the byte error output from a Geolux HydroCam camera.

Base classes

class Variable
The variable class for a value and related metadata.

Constructors, destructors, conversion operators

GeoluxHydroCam_ByteError(GeoluxHydroCam* parentSense, const char* uuid = "", const char* varCode = "HydroCamByteError") explicit
Construct a new GeoluxHydroCam_ByteError object.
GeoluxHydroCam_ByteError()
Construct a new GeoluxHydroCam_ByteError object.
~GeoluxHydroCam_ByteError()
Destroy the GeoluxHydroCam_ByteError object - no action needed.

Function documentation

GeoluxHydroCam_ByteError::GeoluxHydroCam_ByteError(GeoluxHydroCam* parentSense, const char* uuid = "", const char* varCode = "HydroCamByteError") explicit

Construct a new GeoluxHydroCam_ByteError object.

Parameters
parentSense The parent GeoluxHydroCam providing the result values.
uuid A universally unique identifier (UUID or GUID) for the variable; optional with the default value of an empty string.
varCode A short code to help identify the variable in files; optional with a default value of "HydroCamByteError".

GeoluxHydroCam_ByteError::GeoluxHydroCam_ByteError()

Construct a new GeoluxHydroCam_ByteError object.