yangys
2024-01-30 518766738fcf0c8086775056fd3fe935581a94f5
1
2
3
4
5
6
7
8
9
package com.qianwen.mdc.service.scanet;
 
import com.github.s7connector.api.annotation.S7Variable;
import com.github.s7connector.impl.utils.S7Type;
 
public class PlcTimeValue {
  @S7Variable(type = S7Type.TIME, byteOffset = 0)
  public long value;
}