From OpenSCADAWiki
Jump to: navigation, search

Data:
Stages of the new Associated Output Transports processing (enum — TTransportIn::AssociateTrStage):

  • ATrStg_Common (0) — common stage of default call stages ATrStg_Create, ATrStg_Proc; you can call stage ATrStg_Create, specific init the output transport and next call stage ATrStg_Proc to finish, and under the lock associateTrRes;
  • ATrStg_Create (1) — creating and registering the representative output transport with addr is the transport address;
  • ATrStg_Proc (2) — starting-connecting, reading the Initiate Connection ID, processing all presented associated transports.