17 #include <pia/util/util_definitions.h> ViewerType
Enumerates the policies for using the Error/EULA applet.
Definition: util_Api.h:53
A cleanup process is needed.
Definition: util_Api.h:35
A process for reconnecting is needed.
Definition: util_Api.h:39
Do not use.
Definition: util_Api.h:58
Invalid value.
Definition: util_Api.h:55
HandlingType
Enumerates the types of handling expected.
Definition: util_Api.h:30
A logout process is needed.
Definition: util_Api.h:36
const char * GetResultString(const nn::Result &r)
Returns a string representation of the Pia Result.
Supposed to be used.
Definition: util_Api.h:56
Okay to use.
Definition: util_Api.h:57
Try to execute again after some time has passed.
Definition: util_Api.h:34
A process for leaving a session is needed.
Definition: util_Api.h:37
After leaving a session, execute a cleanup process.
Definition: util_Api.h:38
Can be ignored.
Definition: util_Api.h:33
enum ViewerType GetViewerType(const nn::Result &r)
Determines whether the Pia Result is one for which the Error/EULA applet may be used.
Reinitialization is required.
Definition: util_Api.h:40
Invalid value.
Definition: util_Api.h:32
Programming error. The source code must be revised.
Definition: util_Api.h:41
enum HandlingType GetHandlingType(const nn::Result &r)
Returns the type of handling expected for the Result from Pia.
bool IsPiaResult(const nn::Result &r)
Determines whether the value is a Pia result.