pvAccessCPP  7.1.7
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Attributes | List of all members
pvac::PutEvent Struct Reference

Information on put completion. More...

#include <client/pva/client.h>

Inheritance diagram for pvac::PutEvent:
Inheritance graph
[legend]
Collaboration diagram for pvac::PutEvent:
Collaboration graph
[legend]

Public Types

enum  event_t { Fail, Cancel, Success }
 

Public Attributes

enum pvac::PutEvent::event_t event
 
std::string message
 Check when event==Fail.
 

Detailed Description

Information on put completion.

Definition at line 88 of file client.h.

Member Enumeration Documentation

Enumerator
Fail 

request ends in failure. Check message

Cancel 

request cancelled before completion

Success 

It worked!

Definition at line 90 of file client.h.


The documentation for this struct was generated from the following file: