COSA
An Object-Oriented Platform for Arduino Programming
VWI::header_t Struct Reference

#include <VWI.hh>

Collaboration diagram for VWI::header_t:
Collaboration graph

Public Attributes

int16_t network
 Network address. More...
 
uint8_t dest
 Destination device address. More...
 
uint8_t src
 Source device address. More...
 
uint8_t port
 Port or message type. More...
 

Detailed Description

Frame header; Transmitted in little endian order; network LSB first.

Definition at line 146 of file VWI.hh.

Member Data Documentation

uint8_t VWI::header_t::dest

Destination device address.

Definition at line 148 of file VWI.hh.

int16_t VWI::header_t::network

Network address.

Definition at line 147 of file VWI.hh.

uint8_t VWI::header_t::port

Port or message type.

Definition at line 150 of file VWI.hh.

uint8_t VWI::header_t::src

Source device address.

Definition at line 149 of file VWI.hh.


The documentation for this struct was generated from the following file: