![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
An interface routing parameter entry.
this& = NewInetIfConfig&:
Creates an interface routing parameters object and returns a handle to the created object.
this& |
A handle which represents the interface routing parameters. |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
DeleteInetIfConfig:(BYREF this&)
Destroys an interface routing parameters object.
BYREF this& |
A handle to an interface routing parameters entry. A zero value is written back into the variable |
address& = InetIfConfigAddress&:(this&)
Returns a handle to the interface IP address.
this& |
A handle to the interface routing parameters |
address& |
A handle to an Inet address object. |
address& = InetIfConfigBrdAddr&:(this&)
Returns a handle to the broadcast address.
this& |
A handle to the interface routing parameters |
address& |
A handle to an Inet address object. |
address& = InetIfConfigDefGate&:(this&)
Returns a handle to the default gateway.
this& |
A handle to the interface routing parameters |
address& |
A handle to an Inet address object. |
address& = InetIfConfigNameSer1&:(this&)
Returns a handle to the address of the first name server.
this& |
A handle to the interface routing parameters |
address& |
A handle to an Inet address object. |
address& = InetIfConfigNameSer2&:(this&)
Returns a handle to the address of the second name server.
this& |
A handle to the interface routing parameters |
address& |
A handle to an Inet address object. |
address& = InetIfConfigNetMask&:(this&)
Returns a handle to the net mask.
this& |
A handle to the interface routing parameters |
address& |
A handle to an Inet address object. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |