Stream::StatusIndication Struct Reference

Status indication. More...

#include <StreamInterface.h>

Public Member Functions

 StatusIndication ()
 The provider sending the status.
 
 StatusIndication (Provider *p)
 

Data Fields

MSGstruct msg
 
Providerprovider
 Gives details of error.
 

Detailed Description

Status indication.

Definition at line 242 of file StreamInterface.h.

Constructor & Destructor Documentation

◆ StatusIndication() [1/2]

Stream::StatusIndication::StatusIndication ( )
inline

The provider sending the status.

Definition at line 246 of file StreamInterface.h.

246{ }

◆ StatusIndication() [2/2]

Stream::StatusIndication::StatusIndication ( Provider p)
inline

Definition at line 248 of file StreamInterface.h.

248: provider(p) { }
Provider * provider
Gives details of error.

Field Documentation

◆ msg

MSGstruct Stream::StatusIndication::msg

Definition at line 243 of file StreamInterface.h.

◆ provider

Provider* Stream::StatusIndication::provider

Gives details of error.

Definition at line 244 of file StreamInterface.h.


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

All rights reserved © 2002 - 2024 Isode Ltd.