RemotePort Property
The port for the service (REXEC or RSHELL).
Object Oriented Interface
public function getRemotePort(); public function setRemotePort($value);
Procedural Interface
ipworks_rcp_get($res, 16 ); ipworks_rcp_set($res, 16, $value );
Default Value
0
Remarks
This property indicates the port for the service (REXEC or RSHELL). The value of this property is set automatically to 512 for REXEC or 514 for RSHELL every time the Protocol property is set. Please refer to the description of the Protocol property for more information.
This property is not available at design time.
Data Type
Long