GeoluxHydroCam_ImageSize class

The Variable sub-class used for the image size output from a Geolux HydroCam camera.

This variable represents the difference between the number of bytes expected to receive from the camera and the number actually transferred to the SD card.

Base classes

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

Constructors, destructors, conversion operators

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

Function documentation

GeoluxHydroCam_ImageSize::GeoluxHydroCam_ImageSize(GeoluxHydroCam* parentSense, const char* uuid = "", const char* varCode = "HydroCamImageSize") explicit

Construct a new GeoluxHydroCam_ImageSize 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 "HydroCamImageSize".

GeoluxHydroCam_ImageSize::GeoluxHydroCam_ImageSize()

Construct a new GeoluxHydroCam_ImageSize object.