Important: The information in this document is obsolete and should not be used for new development.
Structure Types
TheOTAllocfunction allocates a data structure that you specify using one of the constant names given by the structure types enumeration:
typedef UInt32 OTStructType enum { T_BIND = 1, T_OPTMGMT = 2, T_CALL = 3, T_DIS = 4, T_UNITDATA = 5, T_UDERROR = 6, T_INFO = 7, T_REPLYDATA = 8, T_REQUESTDATA = 9, T_UNITREQUEST = 10, T_UNITREPLY = 11 };Constant descriptions
T_BIND- Specifies the
TBindstructure .T_OPTMGMT- Specifies the
TOptMgmtstructure .T_CALL- Specifies the
TCallstructure .T_DIS- Specifies the
TDisconstructure .T_UNITDATA- Specifies the
TUnitDatastructure .T_UDERROR- Specifies the
TUDErrorstructure .T_INFO- Specifies th
eTEndpointInfostructure .T_REPLYDATA- Specifies the
TReplystructure .T_REQUESTDATA- Specifies the
TRequeststructure .T_UNITREQUEST- Specifies the
TUnitRequeststructure .T_UNITREPLY- Specifies the
TUnitReplystructure .