![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
this& = NewNifAgentInfo&:
Create a networking interface agent information object and returns a handle to the created object.
this& |
A handle which represents the created network interface agent information |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewNifAgentInfo&: DeleteNifAgentInfo:(this&)
DeleteNifAgentInfo:(BYREF this&)
Destroys the network interface agent information object.
BYREF this& |
A handle for a network interface agent information object. A zero value is written back into the variable |
LOCAL this& this& = NewNifAgentInfo&: DeleteNifAgentInfo:(this&)
name$ = NifAgentInfoName$:(this&)
Returns the name of the agent.
this& |
A handle for a network interface agent information object |
name$ |
The name of the agent |
version& = NifAgentInfoVersion&:(this&)
Returns the version number of the agent.
this& |
A handle for a network interface agent information object |
version& |
A handle to a version object |
|