DSL
Public Attributes | Friends | List of all members
DSL_SOCKET Class Reference
Inheritance diagram for DSL_SOCKET:
Inheritance graph
[legend]

Public Attributes

SOCKET sock = 0
 
uint8 flags = 0
 
char remote_ip [DS3_MAX_HOSTLEN] = { 0 }
 
char local_ip [DS3_MAX_HOSTLEN] = { 0 }
 
int remote_port = 0
 
int local_port = 0
 
int family = 0
 
int type = 0
 
int proto = 0
 
bool nonblocking = false
 
void * userPtr = NULL
 

Friends

class DSL_Sockets3_Base
 

Detailed Description

Definition at line 31 of file sockets3.h.

Member Data Documentation

◆ userPtr

void* DSL_SOCKET::userPtr = NULL

This is a user pointer, you can do whatever you want with it

Definition at line 50 of file sockets3.h.


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