364
Platforms
©2000-2008 Tibbo Technology Inc.
Details
Notice, that the amount of free space returned by this property does not take into
account any uncommitted data that might reside in the buffer (this can be checked
via
). Therefore, actual free space in the buffer is sock.txfree-
sock.newtxlen. Your application will not be able to store more data than this
amount.
To achieve asynchronous data processing, use the
method to
event once the TX buffer gains required amount of free
space.
.Txlen R/O Property
Function:
For the selected socket (selection is made through
) returns
total number of committed bytes
currently found in the TX buffer.
Type:
Word
Value Range:
0-65535, default= 0 (0 bytes).
See Also:
---
Details
The data in the TX buffer does not become committed until you use the
method.
event once the total number of committed bytes in the TX buffer drops below
the level defined by the sock.notifysent method.
.Urlsubstitutes
Function:
A comma-separated list of filenames whose extensions
will be automatically substituted for ".html" by the
internal webserver of your device.
Type:
String
Value Range:
0-40 characters, default= ""
See Also:
Details
The substitution will be used only if the resource file with the requested file name
is not included in the project directly.
For example, setting this property to "pix1.bmp" will force the webserver to
actually process "pix1.html", but only if the file "pix1.bmp" is not found. Data
output by the webserver to the browser will still look like a ".bmp" file. For this to
work, the "pix1.html" must exist in the project.
339
340
342
340
353
340
342
322