![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Section contents
csocket.oxh
this& = NewIASResponse&:
Creates an IAS response object and returns a handle to the created object.
this& |
A handle which represents the created IAS response object |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
LOCAL this& this& = NewIASResponse&: DeleteIASResponse:(this&)
DeleteIASResponse:(BYREF this&)
Destroys the IAS response object.
BYREF this& |
A handle for an IAS quetry object. A zero value is written back into the variable |
LOCAL this$ this& = NewIASResponse&: DeleteIASResponse:(this&)
err% = IASResponseGetCharString%:(this&,des&,index&)
Returns the string value.
this& |
A handle for an IAS response object |
des& |
A handle to descriptor for the string |
index& |
The index of the response value to be retrived |
err% |
Return KErrNone% if the value is
successfully returned. |
err% = IASResponseGetInteger%:(this&, BYREF result&,index&)
Returns the intenger value.
this& |
A handle for an IAS response object |
BYREF result& |
Am integer value for the returned value |
index& |
The index of the response value to be retrived |
err% |
Return KErrNone% if the value is
successfully returned. |
err% = IASResponseGetOctetSeq%:(this&,des&,index&)
Returns the octet sequence.
this& |
A handle for an IAS response object |
des& |
A handle to descriptor for the octet sequence |
index& |
The index of the response value to be retrived |
err% |
Return KErrNone% if the value is
successfully returned. |
result% = IASResponseIsList%:(this&)
<TBS>
this& |
A handle for an IAS response object |
result% |
<TBS> |
count& = IASResponseNumItems&:(this&)
Returns the number of items in the response.
this& |
A handle for an IAS response object |
count& |
The number of items in the reponse |
type& = IASResponseType&:(this&)
Returns the type of the IAS Response.
this& |
A handle for an IAS response object |
type& |
An IAS Response type value |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |