Struct Port32
Utility struct to compute baseport and subport from the 32 bit port number.
Inherited Members
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public struct Port32
Constructors
Port32(int)
Construct a Port32 struct with the 32 bit port number.
Declaration
public Port32(int port)
Parameters
Type | Name | Description |
---|---|---|
int | port | The 32 bit port number. |
Fields
Baseport
The baseport number.
Declaration
public int Baseport
Field Value
Type | Description |
---|---|
int |
Subport
The subport number.
Declaration
public int Subport
Field Value
Type | Description |
---|---|
int |