Package kr.ac.konkuk.ccslab.cm.event
Class CMUserEventField
java.lang.Object
kr.ac.konkuk.ccslab.cm.event.CMUserEventField
The CMUserEventField class represents a field of the
CMUserEvent
.-
Field Summary
FieldsModifier and TypeFieldDescriptionint
The field type.int
The number of bytes.The field name.The field value.byte[]
The byte array. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
nDataType
public int nDataTypeThe field type.The field type is one of followings:
CMInfo.CM_INT : int type
CMInfo.CM_LONG : long type
CMInfo.CM_FLOAT : float type
CMInfo.CM_DOUBLE : double type
CMInfo.CM_STR : String -
strFieldName
The field name. -
strFieldValue
The field value. -
nValueByteNum
public int nValueByteNumThe number of bytes.This variable is used if this field has the byte array.
-
valueBytes
public byte[] valueBytesThe byte array.This variable is used if this field represents a byte array.
-
-
Constructor Details
-
CMUserEventField
public CMUserEventField()
-