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