TibrvIPPort()

Constructor

Declaration

TibrvIPPort(
    byte highByte,
    byte lowByte)
TibrvIPPort(int port)
TibrvIPPort(TibrvIPPort ipPort)

Purpose

Create an IP port object.

Parameter

Description

highByte, lowByte

Create an IP port from these 2 bytes.

port

Create an IP port from the 2 low bytes of this 32-bit integer, which must be in the range [0;65535].

ipPort

Make an independent copy of this TibrvIPPort object.