eRIC-linux Library
Public Attributes | List of all members
Packet Struct Reference

#include <packet.h>

Public Attributes

char type [5]
 
char srcAddr [6]
 
char destAddr [6]
 
int seqNum
 
char payload [160]
 
char CRC [7]
 

Detailed Description

A Packet structure. New Packets can be created using the packet_new function.

See also
packet_new

Definition at line 37 of file packet.h.

Member Data Documentation

◆ CRC

char Packet::CRC[7]

CRC

Definition at line 52 of file packet.h.

◆ destAddr

char Packet::destAddr[6]

Destination address

Definition at line 45 of file packet.h.

◆ payload

char Packet::payload[160]

Payload

Definition at line 50 of file packet.h.

◆ seqNum

int Packet::seqNum

Sequence number used for determining flow of transmission

Definition at line 48 of file packet.h.

◆ srcAddr

char Packet::srcAddr[6]

Source address

Definition at line 42 of file packet.h.

◆ type

char Packet::type[5]

Type of transmission

Definition at line 40 of file packet.h.


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