Section contents
csocket.oxh
this& = NewSockXfrLength&:
Creates a socket transfer length object and returns a handle to the created object.
this& |
A handle which represents the created socket transfer length |
If the object could not be created then an error is generated
which should be trapped by an ONERR
handler.
DeleteSockXfrLength:(BYREF this&)
Destroys a socket transfer length object.
BYREF this& |
A handle to a socket transfer length. A zero value is written back into the variable |
value& = SockXfrLength&:(this&)
Returns the value store in the socket transfer length object..
this& |
A handle to a socket transfer length |
value& |
The value stored in the socket transfer length object |
SockXfrLength:(this&,value&)
Sets the value in the socket transfer length object to
value&
.
this& |
A handle to a socket transfer length |
value& |
The value to store in the socket transfer length |