public class CicsClock extends SmfData
Modifier and Type | Method and Description |
---|---|
static CicsClock |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
int |
flags()
The 8 reserved bits in the clock, used for flags.
|
int |
periodCount() |
Duration |
timer()
The timer portion of the clock as a Duration.
|
double |
timerSeconds()
The timer portion of the clock in seconds.
|
String |
toString() |
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode
public Duration timer()
Duration
public double timerSeconds()
public int flags()
public int periodCount()
public static CicsClock create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.