proos_packet Struct Reference

ProOS Communication Packet. More...

#include <proos.h>


Data Fields

char protocol [3]
unsigned char version
unsigned char client_num
unsigned char command
unsigned char data_len
unsigned char parity
char * data


Detailed Description

ProOS Communication Packet.

This is the basis of all the communication with the BOSS.


Field Documentation

char proos_packet::protocol[3]

Should be "POS" 0x504F53.

unsigned char proos_packet::version

Protocol version number.

unsigned char proos_packet::client_num

Local client number. Indicates sender when sent, receiver when received.

unsigned char proos_packet::command

Command Byte, see proos_protocol file.

unsigned char proos_packet::data_len

Length of Data Chunk.

unsigned char proos_packet::parity

Parity room for serial communication: not used in TCP/IP.

char* proos_packet::data

Data Chunk.


The documentation for this struct was generated from the following file:
Generated on Wed Apr 4 14:11:07 2007 for ProOS MUTS TCP/IP API by  doxygen 1.5.1