Class CMUserEventField

java.lang.Object
kr.ac.konkuk.ccslab.cm.event.CMUserEventField

public class CMUserEventField extends Object
The CMUserEventField class represents a field of the CMUserEvent.
  • Field Details

    • nDataType

      public int nDataType
      The 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

      public String strFieldName
      The field name.
    • strFieldValue

      public String strFieldValue
      The field value.
    • nValueByteNum

      public int nValueByteNum
      The number of bytes.

      This variable is used if this field has the byte array.

    • valueBytes

      public byte[] valueBytes
      The byte array.

      This variable is used if this field represents a byte array.

  • Constructor Details

    • CMUserEventField

      public CMUserEventField()