Important: The information in this document is obsolete and should not be used for new development.
GetBridgeAddress
TheGetBridgeAddress
function returns the node ID of the router on your
local network.
FUNCTION GetBridgeAddress: Integer;DESCRIPTION
TheGetBridgeAddress
function returns the current node ID of an internet router in the low-order byte of the function result. If the function result is 0, there is no router
on the local network. The router's network number is that of the local network; you can use theGetNodeAddress
function to get the network number.ASSEMBLY-LANGUAGE INFORMATION
This function is implemented in the MPW glue code only. It is not accessible from assembly language.SEE ALSO
To obtain the network number of the local network, use theGetNodeAddress
function described on page 2-17.