System Typedef CATSysSubscribeCB
typedef void (*CATSysSubscribeCB)( CATCommand *iCmd , int iSubscriptionType , void *iClientData )
Prototype of the function or static method passed as callback in the
the
method. Role: This callback static method is declared by means of
the
method.
- Values:
-
- iCmd
- A pointer to the command associated to the subscription time to
the
method.
- iSubscribingType
- The subscribing type.
Legal values: Can be set to CATSubscribeEndTransaction
(=1) or to CATSubscribeIdle (=2)
- iClientData
- Useful data to pass as argument at the subscription time to
the
method.
- See also:
- ,
This object is included in the file: CATApplication.h
Copyright © 1999-2015, Dassault Systèmes. All rights reserved.