Show / Hide Table of Contents

Struct Port32

Utility struct to compute baseport and subport from the 32 bit port number.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.GetType()
object.ReferenceEquals(object, object)
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
In this article
Back to top Copyright © 2000, 2024, Oracle and/or its affiliates.