SDK Home Glossary Index Left Right Up

Socket option interface configuration


Section contents


Overview

Defined in

csocket.oxh

Description

A socket option interface configuration entry.


Construction / destruction


NewSoInetIfConfig

Usage

this& = NewSoInetIfConfig&:

Description

Creates a socket option interface configuration object and returns a handle to the created object.

Return Value
this& A handle which represents the socket option interface configuration.
Error Handling

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


DeleteSoInetIfConfig

Usage

DeleteSoInetIfConfig:(BYREF this&)

Description

Destroys a socket option interface configuration object.

Arguments
BYREF this& A handle to a socket option interface configuration entry. A zero value is written back into the variable

Methods provided


SoInetIfConfigConfig

Usage

cfg& = SoInetIfConfigConfig&:(this&)

Description

Returns a handle to the interface routing parameters.

Arguments
this& A handle to the socket option interface configuration
Return value
cfg& A handle to an interface routing parameters object.

SoInetIfConfigFamily

Usage

protocol& = SoInetIfConfigFamily&:(this&)

Description

Returns the protocal family.

Arguments
this& A handle to the socket option interface configuration
Return value
protocol& <TBS>

  SDK Home Glossary Index Left Right Up