public class InspcDataInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) MemSegmJc |
addr
The address and maybe segment in address space of the variable.
|
(package private) int |
check
This check code should be sent from request to safety the correctness of request.
|
(package private) int |
lastUsed
timestamp where it was used lastly.
|
(package private) short |
lengthData
If it is a recording order, size of the buffer.
|
(package private) FieldJc |
reflectionField
Address and Segment of the value.
|
(package private) int |
secondOfCreation
Timestamp seconds after 1970 of creation.
|
(package private) byte |
sizeofValue
Nr of bytes of the type to read and transfer.
|
(package private) byte |
typeValue
The type of the value, to send in telegram, It is the definitions in
InspcDataExchangeAccess.kScalarTypes + ClassJc.REFLECTION_int32 etc. |
static int |
version
Version, history and license
2014-09-21 Hartmut comment and Java4C
2012-04-07 Hartmut created, converted from the C implementation.
|
Constructor and Description |
---|
InspcDataInfo() |
public static final int version
int lastUsed
final MemSegmJc addr
FieldJc reflectionField
byte sizeofValue
byte typeValue
InspcDataExchangeAccess.kScalarTypes
+ ClassJc.REFLECTION_int32
etc.
negative value is from 128..255
If 0, than the entry is free.short lengthData
int check
int secondOfCreation