iscsi_node_conn_port_get - Man Page
Retrieve connection port of specified iSCSI node.
Synopsis
uint32_t iscsi_node_conn_port_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 port of specified iSCSI node.
Examples
"3260"
Return
uint32_t
Info
July 2024 API Manual