Stream::ConnectIndication Struct Reference

Connection indication. More...

#include <StreamInterface.h>

Data Fields

Providerlistener
 
Providernewprovider
 Pointer to listening provider.
 
const struct sockaddr * saddr
 Pointer to new provider.
 
socklen_t salen
 Caller's Source address.
 
const struct sockaddr * laddr
 Length of Source address.
 
socklen_t lalen
 Local address.
 

Detailed Description

Connection indication.

Definition at line 219 of file StreamInterface.h.

Field Documentation

◆ listener

Provider* Stream::ConnectIndication::listener

Definition at line 220 of file StreamInterface.h.

◆ newprovider

Provider* Stream::ConnectIndication::newprovider

Pointer to listening provider.

Definition at line 221 of file StreamInterface.h.

◆ saddr

const struct sockaddr* Stream::ConnectIndication::saddr

Pointer to new provider.

Definition at line 223 of file StreamInterface.h.

◆ salen

socklen_t Stream::ConnectIndication::salen

Caller's Source address.

Definition at line 224 of file StreamInterface.h.

◆ laddr

const struct sockaddr* Stream::ConnectIndication::laddr

Length of Source address.

Definition at line 225 of file StreamInterface.h.

◆ lalen

socklen_t Stream::ConnectIndication::lalen

Local address.

Definition at line 226 of file StreamInterface.h.


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

All rights reserved © 2002 - 2024 Isode Ltd.