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

Static Public Attributes

static const uint8_t SEND_OK = 0x10
 
static const uint8_t TIMEOUT = 0x08
 
static const uint8_t RECV = 0x04
 
static const uint8_t DISCON = 0x02
 
static const uint8_t CON = 0x01
 

Member Data Documentation

const uint8_t SnIR::CON = 0x01
static
const uint8_t SnIR::DISCON = 0x02
static
const uint8_t SnIR::RECV = 0x04
static
const uint8_t SnIR::SEND_OK = 0x10
static
const uint8_t SnIR::TIMEOUT = 0x08
static