public class IoEvent extends Object
Modifier and Type | Field and Description |
---|---|
int |
flags
flags indicates the validity of channel groupings.
|
static int |
FLAGS_MASK1
FLAGS_MASK1
---- ---- XXXX ---- valid
|
static int |
FLAGS_MASK2
FLAGS_MASK2
---- XXXX ---- ---- valid
|
static int |
FLAGS_MASK3
FLAGS_MASK3
XXXX ---- ---- ---- valid
|
int |
mask
mask bitwise mask indicating the channels affected by the event
|
int |
states
states bitwise indication of the new states of the affected channels
|
long |
timestamp
timestamp the precise time of the event
|
Constructor and Description |
---|
IoEvent() |
public static final int FLAGS_MASK1
public static final int FLAGS_MASK2
public static final int FLAGS_MASK3
public long timestamp
public int mask
public int states
public int flags