Diarkis C++Client Library API Document
Diarkis::DiarkisSessionNotificationEventArgs Struct Reference

Arguments of the callback event called when received Session Notification. More...

#include <eventArgs.h>

Public Member Functions

const Diarkis::StdStringGetContent () const
 
uint8_t GetSessionType () const
 Get the session type. More...
 
 DiarkisSessionNotificationEventArgs (const Diarkis::StdVector< uint8_t > &payload)
 
 ~DiarkisSessionNotificationEventArgs ()
 
 DiarkisSessionNotificationEventArgs (DiarkisSessionNotificationEventArgs &)=delete
 
 DiarkisSessionNotificationEventArgs (DiarkisSessionNotificationEventArgs &&)=delete
 

Detailed Description

Arguments of the callback event called when received Session Notification.

Constructor & Destructor Documentation

◆ DiarkisSessionNotificationEventArgs() [1/3]

Diarkis::DiarkisSessionNotificationEventArgs::DiarkisSessionNotificationEventArgs ( const Diarkis::StdVector< uint8_t > &  payload)

◆ ~DiarkisSessionNotificationEventArgs()

Diarkis::DiarkisSessionNotificationEventArgs::~DiarkisSessionNotificationEventArgs ( )

◆ DiarkisSessionNotificationEventArgs() [2/3]

Diarkis::DiarkisSessionNotificationEventArgs::DiarkisSessionNotificationEventArgs ( DiarkisSessionNotificationEventArgs )
delete

◆ DiarkisSessionNotificationEventArgs() [3/3]

Diarkis::DiarkisSessionNotificationEventArgs::DiarkisSessionNotificationEventArgs ( DiarkisSessionNotificationEventArgs &&  )
delete

Member Function Documentation

◆ GetContent()

const Diarkis::StdString& Diarkis::DiarkisSessionNotificationEventArgs::GetContent ( ) const
Here is the caller graph for this function:

◆ GetSessionType()

uint8_t Diarkis::DiarkisSessionNotificationEventArgs::GetSessionType ( ) const

Get the session type.

Here is the caller graph for this function:

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