setPort method

Sets the port number used to connect to the MobiLink server.

Syntax
void StreamHTTPParms.setPort(
  int v
)
Parameters
  • v   A port number ranging from 1 to 65535. Out of range values revert to default value.

Remarks

The default port is 80 for HTTP synchronizations and 443 for HTTPS synchronizations.

See also