Go to the source code of this file.
|
enum | yami_result {
yami_ok,
yami_no_such_name,
yami_not_enough_space,
yami_unexpected_value,
yami_bad_protocol,
yami_io_error,
yami_timed_out,
yami_channel_closed,
yami_bad_state
} |
|
enum | yami_parameter_type {
yami_boolean,
yami_integer,
yami_long_long,
yami_string,
yami_binary,
yami_boolean_array,
yami_integer_array,
yami_long_long_array,
yami_string_array,
yami_binary_array,
yami_nested_parameters,
yami_nested_parameters_array
} |
|
Type of parameter entry.
Enumerator |
---|
yami_boolean |
|
yami_integer |
|
yami_long_long |
|
yami_string |
|
yami_binary |
|
yami_boolean_array |
|
yami_integer_array |
|
yami_long_long_array |
|
yami_string_array |
|
yami_binary_array |
|
yami_nested_parameters |
|
yami_nested_parameters_array |
|
General type for reporting success and error states.
Enumerator |
---|
yami_ok |
|
yami_no_such_name |
|
yami_not_enough_space |
|
yami_unexpected_value |
|
yami_bad_protocol |
|
yami_io_error |
|
yami_timed_out |
|
yami_channel_closed |
|
yami_bad_state |
|