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

C# |
public class LBMMessageProperty

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | 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. |
![]() | getString()()() | Retrieve the value stored in this object as a string. Any type may be retrieved as a string. |
![]() | key()()() | Retrieve the name of the property represented by this object. |
![]() | type()()() | Retrieve the type of the property represented by this object. |

Object | |
![]() | LBMMessageProperty |