[][src]Function lsl_sys::lsl_get_uid

pub unsafe extern "C" fn lsl_get_uid(info: lsl_streaminfo) -> *const c_char

Unique ID of the stream outlet (once assigned).

This is a unique identifier of the stream outlet, and is guaranteed to be different across multiple instantiations of the same outlet (e.g., after a re-start). @return An immutable library-owned pointer to the string value. @sa lsl_destroy_string()