![]() |
PIP 5.5.3
Platform-Independent Primitives
|
Helper class for obtain info about if connection successful and disconnect single connection. More...
#include <piobject.h>
Public Member Functions | |
| Connection () | |
| Contructs invalid Connection. | |
| bool | isValid () const |
| Returns if Connection is valid. | |
| PIObject * | sourceObject () const |
| Returns source object. | |
| PIObject * | destinationObject () const |
| Returns destination object or "nullptr" if this is lambda connection. | |
| PIObject * | performerObject () const |
| Returns performer object or "nullptr" if this is non-queued connection. | |
| bool | disconnect () const |
| Disconnect this Connection, returns if operation successful. | |
Helper class for obtain info about if connection successful and disconnect single connection.