Socket transfer length


Section contents


Overview

Defined in

csocket.oxh


Construction / destruction


NewSockXfrLength

Usage

this& = NewSockXfrLength&:

Description

Creates a socket transfer length object and returns a handle to the created object.

Return Value
this& A handle which represents the created socket transfer length
Error Handling

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


DeleteSockXfrLength

Usage

DeleteSockXfrLength:(BYREF this&)

Description

Destroys a socket transfer length object.

Arguments
BYREF this& A handle to a socket transfer length. A zero value is written back into the variable

Methods provided


SockXfrLengthGet

Usage

value& = SockXfrLength&:(this&)

Description

Returns the value store in the socket transfer length object..

Arguments
this& A handle to a socket transfer length
Return value
value& The value stored in the socket transfer length object

SockXfrLengthSet

Usage

SockXfrLength:(this&,value&)

Description

Sets the value in the socket transfer length object to value&.

Arguments
this& A handle to a socket transfer length
value& The value to store in the socket transfer length