Click or drag to resize

Flags Structure

Connection flags.

Namespace:  Demo3D.Net
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public readonly struct Flags

The Flags type exposes the following members.

Constructors
  NameDescription
Public methodFlags
Constructs flags.
Top
Properties
  NameDescription
Public propertyOpenFlags
Flags specific to the Connection.
Public propertyOtherFlags
Other flags.
Public propertySocketFlags
Client and server socket flags, specific to the ProtocolHead.
Top
Operators
Fields
  NameDescription
Public fieldValue
All flags.
Top
See Also