wanshenmean
昨天 fac6be89f3a02270b7b4a1bbe1f0dc05788c368e
1
2
3
4
5
6
7
8
namespace WIDESEAWCS_S7Simulator.Core.Protocol;
 
public enum ProtocolFieldDirection
{
    WcsToPlc = 0,
    PlcToWcs = 1,
    Bidirectional = 2
}