iscsi_node_conn_address_get - Retrieve connection address of specified iSCSI node.

NAME  SYNOPSIS  ARGUMENTS  DESCRIPTION  EXAMPLES  RETURN 

NAME

iscsi_node_conn_address_get − Retrieve connection address of specified iSCSI node.

SYNOPSIS

const char * iscsi_node_conn_address_get (struct iscsi_node *node);

ARGUMENTS

node

Pointer of ’struct iscsi_node’. If this pointer is NULL, your program will be terminated by assert.

DESCRIPTION

Retrieve the iscsi connection target address of specified iSCSI node.

EXAMPLES

"192.168.1.1"

RETURN

const char *. No need to free this memory, the resources will get freed by iscsi_node_free or iscsi_nodes_free.


Updated 2024-01-29 - jenkler.se | uex.se