TibrvIPPort()
Constructor
Declaration
TibrvIPPort(
byte highByte,
byte lowByte)TibrvIPPort(int port)TibrvIPPort(TibrvIPPort ipPort)
Purpose
|
Parameter |
Description |
|
|
Create an IP port from these 2 bytes. |
|
|
Create an IP port from the 2 low bytes of this 32-bit integer, which must be in the range [0;65535]. |
|
|
Make an independent copy of this TibrvIPPort object. |