Mac OS 9
msgb Struct Reference

#include <OpenTransportProtocol.h>

Data Fields

struct msgbb_next
 
struct msgbb_prev
 
struct msgbb_cont
 
unsigned char * b_rptr
 
unsigned char * b_wptr
 
databb_datap
 
unsigned char b_band
 
unsigned char b_pad1
 
unsigned short b_flag
 

Detailed Description

message block

Field Documentation

◆ b_band

unsigned char msgb::b_band

data block

◆ b_cont

struct msgb* msgb::b_cont

previous message on queue

◆ b_datap

datab* msgb::b_datap

first unwritten data byte

◆ b_pad1

unsigned char msgb::b_pad1

message priority

◆ b_prev

struct msgb* msgb::b_prev

next message on queue

◆ b_rptr

unsigned char* msgb::b_rptr

next message block of message

◆ b_wptr

unsigned char* msgb::b_wptr

first unread data byte in buffer


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