This is Unofficial EPICS BASE Doxygen Site
pvac::ConnectEvent Struct Reference

information on connect/disconnect More...

#include "client.h"

+ Collaboration diagram for pvac::ConnectEvent:

Public Attributes

bool connected
 Is this a connection, or disconnection, event. More...
 
std::string peerName
 

Detailed Description

information on connect/disconnect

Definition at line 237 of file client.h.

Member Data Documentation

bool pvac::ConnectEvent::connected

Is this a connection, or disconnection, event.

Definition at line 240 of file client.h.

std::string pvac::ConnectEvent::peerName

For connection events. This is the name provided by the peer (cf. epics::pvAccess::Channel::getRemoteAddress() ).

Since
>6.1.0

Definition at line 243 of file client.h.


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