Click or drag to resize

Flags Structure

Connection flags.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Demo3D.NetFlags

Namespace: Demo3D.Net
Assembly: Demo3D.IO (in Demo3D.IO.dll) Version: 19.00.00
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
 NameDescription
Public operatorStatic memberBitwiseAnd(Flags, OpenFlags) Combine flags.
Public operatorStatic memberBitwiseAnd(Flags, SocketFlags) Combine flags.
Public operatorStatic memberBitwiseOr(Flags, Flags) Combine flags.
Public operatorStatic member(OpenFlags to Flags) Implicit cast.
Public operatorStatic member(SocketFlags to Flags) Implicit cast.
Top
Fields
 NameDescription
Public fieldValue All flags.
Top
See Also