public final class EntryInfo extends Object
Modifier and Type | Field and Description |
---|---|
int |
entry
Entry handle.
|
int |
flags
Entry flags.
|
long |
last_change
Timestamp of last change to entry (type or value).
|
String |
name
Entry name.
|
NetworkTableType |
type
Entry type.
|
Constructor and Description |
---|
EntryInfo(NetworkTableInstance inst,
int entry,
String name,
int type,
int flags,
long lastChange)
Constructor.
|
public final int entry
public final String name
public final NetworkTableType type
public final int flags
public final long last_change
public EntryInfo(NetworkTableInstance inst, int entry, String name, int type, int flags, long lastChange)
inst
- Instanceentry
- Entry handlename
- Nametype
- Type (integer version of NetworkTableType
)flags
- FlagslastChange
- Timestamp of last change