SDK Home Glossary Index Left Right Up

Interface routing parameters


Section contents


Overview

Defined in

csocket.oxh

Description

An interface routing parameter entry.


Construction / destruction


NewInetIfConfig

Usage

this& = NewInetIfConfig&:

Description

Creates an interface routing parameters object and returns a handle to the created object.

Return Value
this& A handle which represents the interface routing parameters.
Error Handling

If the object could not be created then an error is generated which should be trapped by an ONERR handler.


DeleteInetIfConfig

Usage

DeleteInetIfConfig:(BYREF this&)

Description

Destroys an interface routing parameters object.

Arguments
BYREF this& A handle to an interface routing parameters entry. A zero value is written back into the variable

Methods provided


InetIfConfigAddress - Interface IP address

Usage

address& = InetIfConfigAddress&:(this&)

Description

Returns a handle to the interface IP address.

Arguments
this& A handle to the interface routing parameters
Return value
address& A handle to an Inet address object.

InetIfConfigBrdAddr - Broadcast Address

Usage

address& = InetIfConfigBrdAddr&:(this&)

Description

Returns a handle to the broadcast address.

Arguments
this& A handle to the interface routing parameters
Return value
address& A handle to an Inet address object.

InetIfConfigDefGate - Default Gateway

Usage

address& = InetIfConfigDefGate&:(this&)

Description

Returns a handle to the default gateway.

Arguments
this& A handle to the interface routing parameters
Return value
address& A handle to an Inet address object.

InetIfConfigNameSer1 - 1st Name Server

Usage

address& = InetIfConfigNameSer1&:(this&)

Description

Returns a handle to the address of the first name server.

Arguments
this& A handle to the interface routing parameters
Return value
address& A handle to an Inet address object.

InetIfConfigNameSer2 - 2nd Name Server

Usage

address& = InetIfConfigNameSer2&:(this&)

Description

Returns a handle to the address of the second name server.

Arguments
this& A handle to the interface routing parameters
Return value
address& A handle to an Inet address object.

InetIfConfigNetMask - Net Mask

Usage

address& = InetIfConfigNetMask&:(this&)

Description

Returns a handle to the net mask.

Arguments
this& A handle to the interface routing parameters
Return value
address& A handle to an Inet address object.

  SDK Home Glossary Index Left Right Up