iscsi_node_tpgt_get - Man Page
Retrieve target portal group tag of specified iSCSI node.
Synopsis
int32_t iscsi_node_tpgt_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 target portal group tag of specified iSCSI node.
Return
int32_t. -1 for unknown.
Info
July 2024 API Manual