Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
monkey365
0.95.1
core/modules/psocsf/public/Objects/Network/DirectionId.cs
namespace Ocsf.Objects.Network {
public enum DirectionId : int
{
Unknown = 0,
Inbound = 1,
Outbound = 2,
Lateral = 3,
Other = 99
};
}