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

Helper to encapsulate the the raw data error. More...

#include <RawDataError.h>

Public Member Functions

 RawDataError ()
 Base constructor.
 
 RawDataError (int errorDate, int errorCode)
 Copy constructor.
 
int GetErrorCode ()
 Gets the error code.
 
void SetErrorCode (int pErrorCode)
 Sets the error code.
 
int GetErrorDate ()
 Gets the error date.
 
void SetErrorDate (int pErrorDate)
 Sets the error date.
 

Detailed Description

Helper to encapsulate the the raw data error.

Constructor & Destructor Documentation

◆ RawDataError() [1/2]

RawDataError::RawDataError ( )

Base constructor.

◆ RawDataError() [2/2]

RawDataError::RawDataError ( int  errorDate,
int  errorCode 
)

Copy constructor.

Parameters
errorDatethe error date as an int
errorCodethe error code as an int

Member Function Documentation

◆ GetErrorCode()

int RawDataError::GetErrorCode ( )

Gets the error code.

Returns
Error code as an int

◆ GetErrorDate()

int RawDataError::GetErrorDate ( )

Gets the error date.

Returns
Error date as an int

◆ SetErrorCode()

void RawDataError::SetErrorCode ( int  pErrorCode)

Sets the error code.

Parameters
pErrorCodeThe error code to be set

◆ SetErrorDate()

void RawDataError::SetErrorDate ( int  pErrorDate)

Sets the error date.

Parameters
pErrorDateThe error date to be set

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