omni_print_value(1) — Commands
Name
omni_print_value − Prints the contents of the buffer to stdout, according to the value of the handle.
Syntax
extern unsigned int omni_print_value (
omni_l_handle handle,
omni_l_handle method_handle,
void ∗value_struct,
unsigned int value_struct_length);
Arguments
handleaccess: read only mechanism: by value optional argument Specifies the context value returned by the omni_get_indications procedure that delivered the write indication or Information Report already used by omni_lookup_value or omni_get_value to retrieve the value.
method_handleaccess: read only mechanism: by value Modifies the default presentation of a variable. The identifier of a loaded access method.
value_structaccess: read only mechanism: by reference Specifies the data structure containing the value to be printed.
value_struct_lengthaccess: read only mechanism: by value Specifies the length of the value_struct to be printed.