Logo FSBarV1_Archived

ChannelState Type

Socket-level state of an AdminChannel. The hub-level AdminChannelStatus (in FSBar.Hub.AdminChannelHost) layers richer semantics on top.

Union cases

Union case Description

Bound port

Full Usage: Bound port

Parameters:
    port : int

The socket is bound on the given local port but has not
 yet seen any inbound traffic from the engine.
port : int

Closed reason

Full Usage: Closed reason

Parameters:
    reason : string

The socket is no longer usable. reason captures why.

reason : string

NotBound

Full Usage: NotBound

The socket has not yet been bound.

ReceivingFrom engineEndpoint

Full Usage: ReceivingFrom engineEndpoint

Parameters:
The socket has received at least one datagram from the
 engine; the engine's remote endpoint is pinned to that address.
engineEndpoint : IPEndPoint

Instance members

Instance member Description

this.IsBound

Full Usage: this.IsBound

Returns: bool
Returns: bool

this.IsClosed

Full Usage: this.IsClosed

Returns: bool
Returns: bool

this.IsNotBound

Full Usage: this.IsNotBound

Returns: bool
Returns: bool

this.IsReceivingFrom

Full Usage: this.IsReceivingFrom

Returns: bool
Returns: bool

Type something to start searching.