| libnvmf_uri_get_scheme(9) | libnvme API manual | libnvmf_uri_get_scheme(9) |
NAME¶
libnvmf_uri_get_scheme - Get scheme.
SYNOPSIS¶
const char * libnvmf_uri_get_scheme (const struct libnvmf_uri *p );
ARGUMENTS¶
- p
- The struct libnvmf_uri instance to query.
RETURN¶
The value of the scheme field, or NULL if not set.
| libnvmf_uri_get_scheme | July 2026 |