wanshenmean
23 小时以前 91e3264be64c9417e3a28eabd81b2dc554cb863e
1
2
3
4
5
6
7
8
namespace WIDESEAWCS_S7Simulator.Core.Protocol;
 
public enum ProtocolFieldDirection
{
    WcsToPlc = 0,
    PlcToWcs = 1,
    Bidirectional = 2
}