OpenFlags Enumeration |
Namespace: Demo3D.Net
[FlagsAttribute] public enum OpenFlags
| Member name | Value | Description | |
|---|---|---|---|
| NoOpen | 4096 | Don't establish connection. | |
| NoLogShutdownMessages | 8192 | Sets LogShutdownMessages to false. | |
| OpenFlags | 61440 | All defined OpenFlags. | |
| OnlyIfExclusive | 983040 | Flags in this range will be cleared if the socket is not exclusive. |