static void SetWellKnownPortNumber( qUnsignedInt16 uiWellKnownPort );
Name | Description | |
---|---|---|
in | uiWellKnownPort | The port number to set. The default value is 9103 . |
Sets the well-known port number.
The default well-known port number is 9103, but you can use this function to change that value. If the well-known port is not available for use, the system opens the dynamic ports (49152 to 65535). By calling this function before creating the Net-Z instance you can change the default well-known port number. It is normally not necessary to change the well-known port number, but when another application is using the same port number (for example, when multiple sessions have been created on the same station), you can use this function to avoid port number conflicts.
CONFIDENTIAL