UM .NET API  6.16
com.latencybusters.lbm.LBMMessageProperty Class Reference

Represents a key-value pair included with an LBMMessage object. More...

Public Member Functions

string key ()
 Retrieve the name of the property represented by this object.
 
int type ()
 Retrieve the type of the property represented by this object.
 
bool getBoolean ()
 Retrieve the value stored in this object as a bool. Only properties of type LBM.MSG_PROPERTY_BOOLEAN and LBM.MSG_PROPERTY_STRING can be retrieved as a bool.
 
byte getByte ()
 Retrieve the value stored in this object as a byte. Only properties of type LBM.MSG_PROPERTY_BYTE and LBM.MSG_PROPERTY_STRING can be retrieved as a byte. More...
 
short getShort ()
 Retrieve the value stored in this object as a short. Only properties of type LBM.MSG_PROPERTY_BYTE, LBM.MSG_PROPERTY_SHORT, and LBM.MSG_PROPERTY_STRING can be retrieved as a short. More...
 
int getInteger ()
 Retrieve the value stored in this object as a integer. Only properties of type LBM.MSG_PROPERTY_BYTE, LBM.MSG_PROPERTY_SHORT, LBM.MSG_PROPERTY_INT, and LBM.MSG_PROPERTY_STRING can be retrieved as a integer. More...
 
long getLong ()
 Retrieve the value stored in this object as a long. Only properties of type LBM.MSG_PROPERTY_BYTE, LBM.MSG_PROPERTY_SHORT, LBM.MSG_PROPERTY_INT, LBM.MSG_PROPERTY_LONG and LBM.MSG_PROPERTY_STRING can be retrieved as a long. More...
 
float getFloat ()
 Retrieve the value stored in this object as a float. Only properties of type LBM.MSG_PROPERTY_FLOAT and LBM.MSG_PROPERTY_STRING can be retrieved as a float. More...
 
double getDouble ()
 Retrieve the value stored in this object as a double. Only properties of type LBM.MSG_PROPERTY_FLOAT, LBM.MSG_PROPERTY_DOUBLE and LBM.MSG_PROPERTY_STRING can be retrieved as a double. More...
 
string getString ()
 Retrieve the value stored in this object as a string. Any type may be retrieved as a string. More...
 

Detailed Description

Represents a key-value pair included with an LBMMessage object.

Member Function Documentation


The documentation for this class was generated from the following file: