Visioscan Set SDK Libraries 1.0.14
Visioscan Set SDK Help documentation file for C++ and C++/CLI
 
Loading...
Searching...
No Matches
SensorLeds Class Reference

Helper to encapsulate the sensor leds state. More...

#include <SensorLeds.h>

Public Member Functions

 SensorLeds ()
 Base constructor.
 
 SensorLeds (bool pStatusLed, bool pLogoLed)
 Copy constructor.
 
bool GetStatusLed ()
 Gets the status led.
 
void SetStatusLed (bool pStatusLed)
 Sets the status led.
 
bool GetLogoLed ()
 Gets the logo led.
 
void SetLogoLed (bool pLogoLed)
 Sets the loogo led.
 

Detailed Description

Helper to encapsulate the sensor leds state.

Constructor & Destructor Documentation

◆ SensorLeds() [1/2]

SensorLeds::SensorLeds ( )

Base constructor.

◆ SensorLeds() [2/2]

SensorLeds::SensorLeds ( bool  pStatusLed,
bool  pLogoLed 
)

Copy constructor.

Parameters
pStatusLedStauts led as abool
pLogoLedLogo led as a bool

Member Function Documentation

◆ GetLogoLed()

bool SensorLeds::GetLogoLed ( )

Gets the logo led.

Returns
Logo led as a bool (true: ON, false: OFF)

◆ GetStatusLed()

bool SensorLeds::GetStatusLed ( )

Gets the status led.

Returns
Status led as a bool (true: ON, false: OFF)

◆ SetLogoLed()

void SensorLeds::SetLogoLed ( bool  pLogoLed)

Sets the loogo led.

Parameters
pStatusLedThe logo led to be set (true: ON, false: OFF)

◆ SetStatusLed()

void SensorLeds::SetStatusLed ( bool  pStatusLed)

Sets the status led.

Parameters
pStatusLedThe status led to be set (true: ON, false: OFF)

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