Table of Contents

Enum Direction

Namespace
Xabbo
Assembly
Xabbo.Common.dll

Represents the direction of a message.

[Flags]
public enum Direction

Fields

Both = In | Out
In = 1
None = 0
Out = 2