Important: The information in this document is obsolete and should not be used for new development.
Obtaining Zone Information
This section describes the Zone Information Protocol (ZIP) functions:GetMyZone
,GetLocalZones
, andGetZoneList
. TheGetMyZone
function returns the name of the zone that your application's node belongs to. TheGetLocalZones
function returns a list of zone names on the local network that your application's node belongs to. TheGetZoneList
function returns a complete list of zones on the internet that your application's node belongs to.
- Assembly-language note
- The .XPP driver functions all use the same value (
xCall
, which is equal to 246) for thecsCode
parameter to the XPP parameter block. ThexCall
routine uses the value of thexppSubCode
parameter to distinguish between the functions, as follows:
Function xppSubCode
Value GetMyZone zipGetMyZone 7 GetLocalZones zipGetLocalZones 5 GetZoneList zipGetZoneList 6
Subtopics
- GetMyZone
- GetLocalZones
- GetZoneList