Status indication. More...
#include <DatagramInterface.h>
Public Member Functions | |
| StatusIndication () | |
| For connection events, max pdu size, or error reasons. | |
| StatusIndication (const StatusIndication &src) | |
| StatusIndication & | operator= (const StatusIndication &src) |
Data Fields | |
| Provider * | provider |
| void * | pduref |
| This provider. | |
| MSGstruct | msg |
| Reference for the PDU. | |
| int | info |
| Gives details of error. | |
Detailed Description
Status indication.
Definition at line 166 of file DatagramInterface.h.
Constructor & Destructor Documentation
◆ StatusIndication() [1/2]
|
inline |
For connection events, max pdu size, or error reasons.
Definition at line 172 of file DatagramInterface.h.
References msg.
◆ StatusIndication() [2/2]
|
inline |
Definition at line 173 of file DatagramInterface.h.
◆ ~StatusIndication()
|
inline |
Definition at line 187 of file DatagramInterface.h.
Member Function Documentation
◆ operator=()
|
inline |
Definition at line 190 of file DatagramInterface.h.
Field Documentation
◆ provider
| Provider* Datagram::StatusIndication::provider |
Definition at line 167 of file DatagramInterface.h.
◆ pduref
| void* Datagram::StatusIndication::pduref |
This provider.
Definition at line 168 of file DatagramInterface.h.
◆ msg
| MSGstruct Datagram::StatusIndication::msg |
Reference for the PDU.
Definition at line 169 of file DatagramInterface.h.
Referenced by Datagram::DgramPoll::actualDeliver(), Datagram::DgramPoll::actualDeliver(), Datagram::DgramPoll::actualDeliver(), Datagram::DgramPoll::actualDeliver(), Datagram::DgramPoll::actualDeliver(), Datagram::DgramPoll::actualDeliver(), Datagram::DgramPoll::actualDeliver(), and StatusIndication().
◆ info
| int Datagram::StatusIndication::info |
Gives details of error.
Definition at line 170 of file DatagramInterface.h.
The documentation for this struct was generated from the following file: