Main Page   Compound List   File List   Compound Members   File Members  

_dice_packet Union Reference

Packet structure. More...

#include <_dicelib.h>

List of all members.

Public Attributes

dice_packet_type packtype
_dice_packet:: { ... }  sync
 SYNC packet.

_dice_packet:: { ... }  variable
 VARIABLE_* packet.

_dice_packet:: { ... }  variable_free
 VARIABLE_FREE_* packet.

_dice_packet:: { ... }  ready
 READY packet.

_dice_packet:: { ... }  cont
 CONT packet.

_dice_packet:: { ... }  hello
 HELLO packet.

_dice_packet:: { ... }  goodbye
 GOODBYE packet.

char * name
char * type
void * value
char * name
unsigned long id
char * function


Detailed Description

Packet structure.

Definition at line 103 of file _dicelib.h.


Member Data Documentation

char* _dice_packet::function
 

Client special function.

Definition at line 139 of file _dicelib.h.

unsigned long _dice_packet::id
 

Client ID.

Definition at line 138 of file _dicelib.h.

char* _dice_packet::name
 

Variable name.

Definition at line 122 of file _dicelib.h.

char* _dice_packet::name
 

Variable name.

Definition at line 114 of file _dicelib.h.

dice_packet_type _dice_packet::packtype
 

Packet type.

Definition at line 144 of file _dicelib.h.

char* _dice_packet::type
 

Variable type.

Definition at line 115 of file _dicelib.h.

void* _dice_packet::value
 

Variable value.

Definition at line 116 of file _dicelib.h.


The documentation for this union was generated from the following file:
Generated at Sun Dec 9 16:13:18 2001 for dicelib by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001