losCreateSocketInfo is the socket creation struct we pass this into the creation function for the library to create a socket object More...
#include <NetIO.h>
Public Attributes | |
| uint8_t | socket_bits = 0 |
| socket (bits/flags) combination tells the library how to handle the socket | |
| const char * | address |
| this is used to represent the address for where the socket is to bind or connect to based on if is client or server | |
| size_t | address_size = 0 |
| size of string of address | |
| uint16_t | port = 0 |
| this is to tell the library what port to use for the socket | |
losCreateSocketInfo is the socket creation struct we pass this into the creation function for the library to create a socket object