![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
this& = NewSoInetInterfaceInfo&:
Create an interface information object and returns a handle to the created object.
this& |
A handle which represents the created interface information object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
DeleteSoInetInterfaceInfo:(BYREF this&)
Destroys the interface information object.
BYREF this& |
A handle to an interface information object. A zero value is written back into the variable |
addr& = SoInetInterfaceInfoAddress&:(this&)
Returns the interface address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
addr& = SoInetInterfaceInfoBrdAddr&:(this&)
Returns the broadcast address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
addr& = SoInetInterfaceInfoDefGate&:(this&)
Returns the default gateway address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
features& =
SoInetInterfaceInfoFeatures&:(this&)
Returns the interface features held in the interface information object.
this& |
A handle to an interface information object |
features& |
Interface features |
addr& = SoInetInterfaceInfoHwAddr&:(this&)
Returns the hardware address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a socket address object |
mtu& = SoInetInterfaceInfoMtu&:(this&)
Returns the MTU held in the interface information object.
this& |
A handle to an interface information object |
mtu& |
The MTU |
name$ = SoInetInterfaceInfoName$:(this&)
Returns the interface name held in the interface information object.
this& |
A handle to an interface information object |
name$ |
The interface name |
If the name$
string cannot be created then an
error is generated which should be trapped by an ONERR
handler.
addr& = SoInetInterfaceInfoNameSer1&:(this&)
Returns the first name service server address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object for the first name service server |
addr& = SoInetInterfaceInfoNameSer2&:(this&)
Returns the second name service server address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object for the second name service server |
addr& = SoInetInterfaceInfoNetMask&:(this&)
Returns the net mask held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
SoInetInterfaceInfoSetAddress:(this&,addr&)
Sets the interface address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
SoInetInterfaceInfoSetBrdAddr:(this&,addr&)
Sets the broadcast address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
SoInetInterfaceInfoSetDefGate:(this&,addr&)
Sets the default gateway address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
SoInetInterfaceInfoSetFeatures:(this&,features&)
Sets the interfacet features held in the interface information object.
this& |
A handle to an interface information object |
features& |
The interface features |
SoInetInterfaceInfoSetHwAddr:(this&,addr&)
Sets the hardware address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a socket address object |
SoInetInterfaceInfoSetMtu:(this&,mtu&)
Sets the interfacet MTU held in the interface information object.
this& |
A handle to an interface information object |
mtu& |
The interface MTU |
SoInetInterfaceInfoSetName:(this&,str$)
Sets the interfacet name held in the interface information object.
this& |
A handle to an interface information object |
name$ |
The interface name |
SoInetInterfaceInfoSetNameSer1:(this&,addr&)
Sets the first name service address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
SoInetInterfaceInfoSetNameSer2:(this&,addr&)
Sets the second name service address held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
SoInetInterfaceInfoSetNetMask:(this&,addr&)
Sets the net mask held in the interface information object.
this& |
A handle to an interface information object |
addr& |
A handle to a internet address object |
SoInetInterfaceInfoSetSpeedMetric:(this&,metric&)
Sets the interfacet speed metric held in the interface information object.
this& |
A handle to an interface information object |
metric& |
The interface speed metric |
SoInetInterfaceInfoSetState:(this&,state&)
Sets the interfacet state held in the interface information object.
this& |
A handle to an interface information object |
state& |
The interface state |
SoInetInterfaceInfoSetTag:(this&,str$)
Sets the interfacet tag held in the interface information object.
this& |
A handle to an interface information object |
str$ |
The interface tag |
metric& =
SoInetInterfaceInfoSpeedMetric&:(this&)
Returns the MTU held in the interface information object.
this& |
A handle to an interface information object |
metric& |
The speed metric |
state& = SoInetInterfaceInfoState&:(this&)
Returns the interface state held in the interface information object.
this& |
A handle to an interface information object |
state& |
The interface state |
tag$ = SoInetInterfaceInfoTag$:(this&)
Returns the interface tag held in the interface information object.
this& |
A handle to an interface information object |
tag$ |
The interface tag |
If the tag$
object cannot be created then an
error is generated which should be trapped by an ONERR
handler.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |