TibrvNetTransport::getNetwork()

Method

Declaration

TibrvStatus getNetwork(
    const char*& networkString) const;

Purpose

Return the network interface that this transport uses for communication.

Parameter

Description

networkString

The program supplies a variable, and the method places in that variable a string pointer to the network information.

The program must not modify nor free the string.