protType
LAPparms structure
#include <AppleTalk.h>
typedef struct LAPparms { Size Offset Description
MPPATPHeader 28 0 Common fields of MPP & ATP param
blocks
char protType; 1 28 ALAP protocol type
char filler; 1 29
union {
Ptr wdsPointer; 4 30 Ptr to write data structure
Ptr handler; 4 30 Ptr to protocol handler routine
} LAPptrs;
} LAPparms; 34