Information on get/rpc completion.
More...
#include <client/pva/client.h>
|
|
epics::pvData::PVStructure::const_shared_pointer | value |
| | New data. NULL unless event==Success.
|
| |
| epics::pvData::BitSet::const_shared_pointer | valid |
| | Mask of fields in value which have been initialized by the server. More...
|
| |
|
enum pvac::PutEvent::event_t | event |
| |
|
std::string | message |
| | Check when event==Fail.
|
| |
Information on get/rpc completion.
Definition at line 99 of file client.h.
◆ event_t
| Enumerator |
|---|
| Fail | request ends in failure. Check message
|
| Cancel | request cancelled before completion
|
| Success | It worked!
|
Definition at line 90 of file client.h.
◆ valid
| epics::pvData::BitSet::const_shared_pointer pvac::GetEvent::valid |
Mask of fields in value which have been initialized by the server.
- Since
- 6.1.0
Definition at line 105 of file client.h.
The documentation for this struct was generated from the following file: