ESP8266
Static Public Attributes | List of all members
SnSR Class Reference

Static Public Attributes

static const uint8_t CLOSED = 0x00
 
static const uint8_t INIT = 0x13
 
static const uint8_t LISTEN = 0x14
 
static const uint8_t SYNSENT = 0x15
 
static const uint8_t SYNRECV = 0x16
 
static const uint8_t ESTABLISHED = 0x17
 
static const uint8_t FIN_WAIT = 0x18
 
static const uint8_t CLOSING = 0x1A
 
static const uint8_t TIME_WAIT = 0x1B
 
static const uint8_t CLOSE_WAIT = 0x1C
 
static const uint8_t LAST_ACK = 0x1D
 
static const uint8_t UDP = 0x22
 
static const uint8_t IPRAW = 0x32
 
static const uint8_t MACRAW = 0x42
 
static const uint8_t PPPOE = 0x5F
 

Member Data Documentation

const uint8_t SnSR::CLOSE_WAIT = 0x1C
static
const uint8_t SnSR::CLOSED = 0x00
static
const uint8_t SnSR::CLOSING = 0x1A
static
const uint8_t SnSR::ESTABLISHED = 0x17
static
const uint8_t SnSR::FIN_WAIT = 0x18
static
const uint8_t SnSR::INIT = 0x13
static
const uint8_t SnSR::IPRAW = 0x32
static
const uint8_t SnSR::LAST_ACK = 0x1D
static
const uint8_t SnSR::LISTEN = 0x14
static
const uint8_t SnSR::MACRAW = 0x42
static
const uint8_t SnSR::PPPOE = 0x5F
static
const uint8_t SnSR::SYNRECV = 0x16
static
const uint8_t SnSR::SYNSENT = 0x15
static
const uint8_t SnSR::TIME_WAIT = 0x1B
static
const uint8_t SnSR::UDP = 0x22
static