- Enclosing class:
S7
TIME type parser.
-
-
Method Summary
Create a TIME value from its raw representation.
int
Retrieve the raw TIME value.
-
Field Details
-
DEFAULT
public static final S7.Time DEFAULT
Default value, T#0MS.
-
Method Details
-
create
public static S7.Time create(int raw)
Create a TIME value from its raw representation.
- Parameters:
raw - raw TIME value
- Returns:
- TIME value
-
getRawValue
public int getRawValue()
Retrieve the raw TIME value.
- Returns:
- raw value
-