SDK Home Glossary Index Left Right Up

Socket option last error


Section contents


 

Overview

Defined in

csocket.oxh


Construction / destruction


NewSoInetLastErr

Usage

this& = NewSoInetLastErr&:

Description

<TBS>

Return Value
this& An value which represents the Last error object
Error Handling

If the object could not be created then an error is generated which should be trapped by an ONERR handler.


DeleteSoInetLastErr

Usage

DeleteSoInetLastErr:(BYREF this&)

Description

<TBS>

Arguments
BYREF this& A handle for a last error object. A zero value is written back into the variable

Methods provided


SoInetLastErrCode

Usage

code& = SoInetLastErrCode&:(this&)

Description

<TBS>

Arguments
this& A handle for a last error object
Return value
code& <TBS>

SoInetLastErrDstAddr

Usage

addr& = SoInetLastErrDstAddr&:(this&)

Description

<TBS>

Arguments
this& A handle for a last error object
Return value
addr& A handle for an internet address object

SoInetLastErrErrAddr

Usage

addr& = SoInetLastErrErrAddr&:(this&)

Description

<TBS>

Arguments
this& A handle for a last error object
Return value
addr& A handle for an internet address object

SoInetLastErrSrcAddr

Usage

addr& = SoInetLastErrSrcAddr&:(this&)

Description

<TBS>

Arguments
this& A handle for a last error object
Return value
addr& A handle for an internet address object

SoInetLastErrStatus

Usage

status& = SoInetLastErrStatus&:(this&)

Description

<TBS>

Arguments
this& A handle for a last error object
Return value
status& <TBS>

SoInetLastErrType

Usage

type& = SoInetLastErrType&:(this&)

Description

<TBS>

Arguments
this& A handle for a last error object
Return value
type& <TBS>

  SDK Home Glossary Index Left Right Up