![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
this& = NewSoInetRouteInfo&:
Create a route information objects and returns a handle to the created object.
this& |
A handle which represents the created route information object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
DeleteSoInetRouteInfo:(BYREF this&)
Destroys the route information object.
BYREF this& |
A handle to a route information object. A zero value is written back into the variable |
addr& = SoInetRouteInfoDstAddr&:(this&)
Returns the destination internet address held in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object |
addr& = SoInetRouteInfoGateway&:(this&)
Returns the gateway address held in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object |
addr& = SoInetRouteInfoIfAddr&:(this&)
Returns the interface address held in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object |
metric& = SoInetRouteInfoMetric&:(this&)
Returns the route metric (cost of using this route) held in the route information object.
this& |
A handle to a route information object |
metric& |
The metric (cost) of using this route |
addr& = SoInetRouteInfoNetMask&:(this&)
Returns the net mask held in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object which specifies the netmask used for this route |
SoInetRouteInfoSetDstAddr:(this&,addr&)
Sets the destination internet address in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object which specifies the destination address used for this route |
SoInetRouteInfoSetGateway:(this&,addr&)
Sets the gateway address in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object which specifies the gateway address used for this route |
SoInetRouteInfoSetIfAddr:(this&,addr&)
Sets the interface address in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object which specifies the interface address used for this route |
SoInetRouteInfoSetMetric:(this&,metric&)
Sets the route metric (cost of using) in the route information object.
this& |
A handle to a route information object |
metric& |
The metric (cost) used for this route |
SoInetRouteInfoSetNetMask:(this&,addr&)
Sets the net mask address in the route information object.
this& |
A handle to a route information object |
addr& |
A handle to a internet address object which specifies the netmask address used for this route |
SoInetRouteInfoSetState:(this&,state&)
Sets the route state in the route information object.
this& |
A handle to a route information object |
state& |
The route state for this route |
SoInetRouteInfoSetType:(this&,type&)
Sets the route type in the route information object.
this& |
A handle to a route information object |
type& |
The route type for this route |
state& = SoInetRouteInfoState&:(this&)
Returns the route state held in the route information object.
this& |
A handle to a route information object |
state& |
The state of this route |
type& = SoInetRouteInfoType&:(this&)
Returns the route type held in the route information object.
this& |
A handle to a route information object |
type& |
The route type of this route |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |