pvAccessCPP 7.1.8
Loading...
Searching...
No Matches
pvac::ConnectEvent Struct Reference

information on connect/disconnect More...

#include <client/pva/client.h>

Public Attributes

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

Detailed Description

information on connect/disconnect

Definition at line 237 of file client.h.

Member Data Documentation

◆ connected

bool pvac::ConnectEvent::connected

Is this a connection, or disconnection, event.

Definition at line 240 of file client.h.

◆ peerName

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: