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 |
| Provider * | provider |
| Gives details of error. | |
Detailed Description
Status indication.
Definition at line 242 of file StreamInterface.h.
Constructor & Destructor Documentation
◆ StatusIndication() [1/2]
|
inline |
◆ StatusIndication() [2/2]
|
inline |
Definition at line 248 of file StreamInterface.h.
248: provider(p) { }
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: