sc_automationPacket Struct Reference

Packet data container object. More...

#include <si_sha/autopkt.h>

List of all members.

Public Attributes

sc_rep _rep
struct {
   s_uint8 *   buffer_
   s_uint8 *   top_
   s_int32   capacity_
   s_int32   size_
   s_bool   own_
priv_


Detailed Description

Packet data container object.

This packet object is a general purpose data container for the various types of automation networks. It functions like a stack (LIFO), and access to the object and the data it contains is available from both JavaScript and C.


Member Data Documentation

Packets are typically pointer-handled.

Byte storage for packet data.

Total capacity of the packet object.

Should packet release buffer on destruct.

All members in priv_ are considered private.

Amount of data currently in packet.

Current position of the 'top' of the stack.


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

doxygen