Go to the source code of this file.
◆ IURSD_INVALID
| #define IURSD_INVALID (iursd_t) NULL |
◆ iursd_t
◆ iufReceiveSettingsDictCompare()
| int iufReceiveSettingsDictCompare |
( |
iursd_t |
reference, |
|
|
iursd_t |
actual |
|
) |
| |
Compare two dictionaries with each other.
- Returns
- IUF_TRUE in case the dictionaries are equal and IUF_FALSE otherwise.
- Parameters
-
| reference | The dictionary to compare to |
| actual | The dictionary to compare with |
◆ iufReceiveSettingsDictCreate()
| iursd_t iufReceiveSettingsDictCreate |
( |
void |
| ) |
|
create an empty dictionary
- Returns
- Returns the created dictionary or NULL in case of an error
◆ iufReceiveSettingsDictDeepDelete()
| int iufReceiveSettingsDictDeepDelete |
( |
iursd_t |
dict | ) |
|
◆ iufReceiveSettingsDictDelete()
| int iufReceiveSettingsDictDelete |
( |
iursd_t |
dict | ) |
|
◆ iufReceiveSettingsDictGet()
Get the IufReceiveSettings from the dictionary that has the label key.
- Returns
- Returns the requested IufReceiveSettings or IURS_INVALID in case of an error
- Parameters
-
| dict | The dictionary of interest |
| key | The label of the receiveSettings to return |
◆ iufReceiveSettingsDictGetKeys()
| char** iufReceiveSettingsDictGetKeys |
( |
iursd_t |
dict | ) |
|
◆ iufReceiveSettingsDictGetSize()
| size_t iufReceiveSettingsDictGetSize |
( |
iursd_t |
dict | ) |
|
Get the number of entries in the dictionary.
- Returns
- Returns the number of IufReceiveSettings of the dictionary, or -1 in case of an error.
- Parameters
-
| dict | The dictionary of interest |
◆ iufReceiveSettingsDictSet()
| int iufReceiveSettingsDictSet |
( |
iursd_t |
dict, |
|
|
char * |
key, |
|
|
iurs_t |
member |
|
) |
| |