Scroll to navigation

lsm_system_fw_version_get(3) Libstoragemgmt C API Manual lsm_system_fw_version_get(3)

NAME

lsm_system_fw_version_get - Retrieves firmware version of system.

SYNOPSIS

const char * lsm_system_fw_version_get (lsm_system *s);

ARGUMENTS

System to retrieve firmware version for.

VERSION

1.3

DESCRIPTION

Retrieves firmware version of the specified system. Please do not free returned string pointer, resources will get freed when lsm_system_record_free or lsm_system_record_array_free is called.

CAPABILITY

LSM_CAP_SYS_FW_VERSION_GET

RETURN

string. NULL if argument 's' is NULL or not a valid lsm_system pointer.

lsm_system_fw_version_get April 2023