namespace WIDESEAWCS_S7Simulator.Core.Protocol; public enum ProtocolFieldDirection { WcsToPlc = 0, PlcToWcs = 1, Bidirectional = 2 }