ERP Integrator V2 - Online Help
ERP Integrator V2
Questions / Feedback?

Listening Property

If True, the component listens for and accepts incoming connections from the SAP system.

Object Oriented Interface

public function getListening();
public function setListening($value);

Procedural Interface

inerp_sapserver_get($res, 11 );
inerp_sapserver_set($res, 11, $value );

Default Value

false

Remarks

Use this property to make the class 'listen' for function calls issued by the SAP system. Calling AcceptConnections will connect to the SAP system and indicate to SAP that it can receive connections, but until you set Listening to True no remote function calls from SAP will be processed and the FunctionCall event will not fire. Setting this property to False will make the class stop listening, but it will not close the connection to the SAP system.

This property is not available at design time.

Data Type

Boolean

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0