Class Status

Class Documentation

class peafowl::Status

Status of the identification process

Public Functions

Status(pfwl_status_t status)

Copy constructor.

Parameters
  • status: The C status.

std::string getMessage() const

Returns a string message associated to this status.

Return

A string message associated to this status.

bool isError() const

Checks if this status is an error status.

Return

True if this status is an error status, false otherwise.