Datagram::DataIndication Struct Reference

Data read from provider. More...

#include <DatagramInterface.h>

Data Fields

Providerprovider
 
char * buf
 This provider.
 
ssize_t len
 Address of data.
 
const struct sockaddr * saddr
 Length of data read, -ve means error.
 
socklen_t salen
 Source address.
 
bool arq
 Length of source address.
 

Detailed Description

Data read from provider.

Definition at line 149 of file DatagramInterface.h.

Field Documentation

◆ provider

Provider* Datagram::DataIndication::provider

Definition at line 150 of file DatagramInterface.h.

◆ buf

char* Datagram::DataIndication::buf

This provider.

Definition at line 151 of file DatagramInterface.h.

Referenced by Datagram::DgramPoll::actualDeliver().

◆ len

ssize_t Datagram::DataIndication::len

Address of data.

Definition at line 152 of file DatagramInterface.h.

Referenced by Datagram::DgramPoll::actualDeliver().

◆ saddr

const struct sockaddr* Datagram::DataIndication::saddr

Length of data read, -ve means error.

Definition at line 153 of file DatagramInterface.h.

◆ salen

socklen_t Datagram::DataIndication::salen

Source address.

Definition at line 154 of file DatagramInterface.h.

◆ arq

bool Datagram::DataIndication::arq

Length of source address.

Definition at line 155 of file DatagramInterface.h.

Referenced by Datagram::DgramPoll::actualDeliver().


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

All rights reserved © 2002 - 2024 Isode Ltd.