Definition in file m_ipmodem.cc.
#include "m_ipmodem.h"
#include "controller.h"
#include "data.h"
#include "debug.h"
#include <sstream>
#include <string.h>
#include "sha1.h"
Go to the source code of this file.
Namespaces | |
namespace | Barry |
namespace | Barry::Mode |
Variables | |
const char | Barry::Mode::special_flag [] = { 0x78, 0x56, 0x34, 0x12 } |
const char | Barry::Mode::start [] = { 0x01, 0, 0, 0, 0x78, 0x56, 0x34, 0x12 } |
const char | Barry::Mode::pw_start [] = { 0x01, 0, 0, 0, 1, 0, 0, 0, 0x78, 0x56, 0x34, 0x12 } |
const char | Barry::Mode::stop [] = { 0x01, 0, 0, 0, 0, 0, 0, 0, 0x78, 0x56, 0x34, 0x12 } |