Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: nRF51_Vdd TextLCD BME280
inet_pcb_s Struct Reference
Internet protocol control block. More...
#include <socket.h>
Data Fields | |
void * | session |
uint8_t | local_address [16] |
uint8_t | remote_address [16] |
uint16_t | local_port |
uint16_t | remote_port |
int16_t | unicast_hop_limit |
uint8_t | protocol |
int8_t | use_min_mtu |
Detailed Description
Internet protocol control block.
Definition at line 154 of file socket.h.
Field Documentation
uint8_t local_address[16] |
uint16_t local_port |
uint8_t protocol |
uint8_t remote_address[16] |
uint16_t remote_port |
void* session |
int16_t unicast_hop_limit |
int8_t use_min_mtu |
Generated on Tue Jul 12 2022 15:16:14 by
