QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

LocalPort Property

The TCP port in the local host where the component listens.

Object Oriented Interface

public function getLocalPort();
public function setLocalPort($value);

Procedural Interface

inqb_qbconnector_get($res, 10 );
inqb_qbconnector_set($res, 10, $value );

Default Value

2080

Remarks

The LocalPort property must be set before QBConnector starts listening. If its value is 0, then the TCP/IP subsystem picks a port number at random. The port number can be found by checking the value of the LocalPort property after Listening is set to True.

The service port is not shared among servers (i.e. there can be only one QBConnector 'listening' on a particular port at one time).

The default value for LocalPort is 2080.

Data Type

Long

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]