ids_bbprofile_list_data_flag

The flags for listing profile entries.

Synopsis:

 enum ids_bbprofile_list_data_flag{
      IDS_PROFILE_LIST_DATA_DEFAULT = 0x00000000   
};

Since:

BlackBerry 10.2.0

Data:

IDS_PROFILE_LIST_DATA_DEFAULT
Default list flags.

If options are not specified, the list process will follow the default behavior of listing the remotely available entries.

Library:

libids (For the qcc command, use the -l ids option to link against this library)

Description:

Multiple flags can be combined using bitwise 'OR' unless stated otherwise. Currently there are no other options available, use the default flag for future compatibility. See the flags parameter in the ids_list_data() function form more information.