Gocator API

◆ GoAcceleratorMgr_SetPortRange()

kStatus GoAcceleratorMgr_SetPortRange ( GoAcceleratorMgr  manager,
k16u  startPort,
k16u  endPort 
)

Set the range of port numbers used to communicate with the accelerated sensors.

Changes to the port range is allowed only if no sensor is configured for acceleration. Changing the port range is optional if the client application can use the default port range. The port numbers range must be within the port range limits (see GoAcceleratorMgr_GetPortRangeLimits()). Configure the port range if your network places limits on what ports are permitted for communication use or if some range of ports is known to be used by another application.

Version
Introduced in firmware 5.2.18.3
Parameters
managerGoAcceleratorMgr object.
startPortStarting port number in the range
endPortLast port number in the range.
Returns
Operation status.