Functions | |
| LBMSDMExpDLL int | lbmsdm_msg_set_boolean_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, uint8_t Value) |
| Set the value of an array field element in a message by field name. | |
| LBMSDMExpDLL int | lbmsdm_msg_set_int8_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, int8_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_uint8_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, uint8_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_int16_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, int16_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_uint16_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, uint16_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_int32_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, int32_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_uint32_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, uint32_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_int64_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, int64_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_uint64_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, uint64_t Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_float_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, float Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_double_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, double Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_decimal_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, const lbmsdm_decimal_t *Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_timestamp_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, const struct timeval *Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_message_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, const lbmsdm_msg_t *Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_string_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, const char *Value) |
| LBMSDMExpDLL int | lbmsdm_msg_set_unicode_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, const wchar_t *Value, size_t Length) |
| Set the value of a unicode array field element in a message by field name. | |
| LBMSDMExpDLL int | lbmsdm_msg_set_blob_elem_name (lbmsdm_msg_t *Message, const char *Name, size_t Element, const void *Value, size_t Length) |
| Set the value of a BLOB array field element in a message by field name. | |
| LBMSDMExpDLL int lbmsdm_msg_set_blob_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| const void * | Value, | |||
| size_t | Length | |||
| ) |
| Message | The SDM message containing the field. | |
| Name | Field name. | |
| Element | Array element (zero-based). | |
| Value | New value. | |
| Length | Length of Value in bytes. |
| LBMSDMExpDLL int lbmsdm_msg_set_boolean_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| uint8_t | Value | |||
| ) |
| Message | The SDM message containing the field. | |
| Name | Field name. | |
| Element | Array element (zero-based). | |
| Value | Pointer to variable where the value is stored. |
| LBMSDMExpDLL int lbmsdm_msg_set_decimal_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| const lbmsdm_decimal_t * | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_double_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| double | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_float_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| float | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_int16_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| int16_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_int32_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| int32_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_int64_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| int64_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_int8_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| int8_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_message_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| const lbmsdm_msg_t * | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_string_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| const char * | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_timestamp_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| const struct timeval * | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_uint16_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| uint16_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_uint32_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| uint32_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_uint64_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| uint64_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_uint8_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| uint8_t | Value | |||
| ) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
| LBMSDMExpDLL int lbmsdm_msg_set_unicode_elem_name | ( | lbmsdm_msg_t * | Message, | |
| const char * | Name, | |||
| size_t | Element, | |||
| const wchar_t * | Value, | |||
| size_t | Length | |||
| ) |
| Message | The SDM message containing the field. | |
| Name | Field name. | |
| Element | Array element (zero-based). | |
| Value | New value. | |
| Length | Length of Value in wchar_ts. |
1.5.2