Structure Types
TheOTAllocfunction (page 3-92) allocates a data structure that you specify using one of the constant names given by the structure types enumeration:
enum { T_BIND = (OTStructType)1, T_OPTMGMT = (OTStructType)2, T_CALL = (OTStructType)3, T_DIS = (OTStructType)4, T_UNITDATA = (OTStructType)5, T_UDERROR = (OTStructType)6, T_INFO = (OTStructType)7, T_REPLYDATA = (OTStructType)8, T_REQUESTDATA = (OTStructType)9, T_UNITREQUEST = (OTStructType)10, T_UNITREPLY = (OTStructType)11 };Constant descriptions
T_BIND- Specifies the
TBindstructure (page 3-51).T_OPTMGMT- Specifies the
TOptMgmtstructure, described in the chapter "Option Management" in this book.T_CALL- Specifies the
TCallstructure (page 3-62).T_DIS- Specifies the
TDisconstructure (page 3-151).T_UNITDATA- Specifies the
TUnitDatastructure (page 3-55).T_UDERROR- Specifies the
TUDErrorstructure (page 3-57).T_INFO- Specifies th
eTEndpointInfostructure (page 3-48).T_REPLYDATA- Specifies the
TReplystructure (page 3-67).T_REQUESTDATA- Specifies the
TRequeststructure (page 3-66).T_UNITREQUEST- Specifies the
TUnitRequeststructure(page 3-58).T_UNITREPLY- Specifies the
TUnitReplystructure (page 3-60).
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help