Plasma Engine  2.0
Loading...
Searching...
No Matches
plIpcChannelEvent Struct Reference

Event data for plIpcChannel::m_Events. More...

#include <IpcChannel.h>

Public Types

enum  Type { Disconnected , Connecting , Connected , NewMessages }
 

Public Member Functions

 plIpcChannelEvent (Type type, plIpcChannel *pChannel)
 

Public Attributes

Type m_Type = NewMessages
 
plIpcChannelm_pChannel = nullptr
 

Detailed Description

Event data for plIpcChannel::m_Events.

Member Enumeration Documentation

◆ Type

Enumerator
Disconnected 

Server or client are in a dorment state.

Connecting 

The server is listening for clients or the client is trying to find the server.

Connected 

Client and server are connected to each other.

NewMessages 

Sent when a new messages have been received or when disconnected to wake up any thread waiting for messages.


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