|
.Buffsize R/O Property |
Top Previous Next |
Function: |
Returns current capacity (in bytes) of the wln object's TX buffer. |
Type: |
Word |
Value Range: |
0-65535, default= 0 (0 bytes). |
See Also: |
Details
Buffer capacity can be changed through the wln.buffrq method followed by the sys.buffalloc method.
The Wi-Fi interface will only be able to successfully send out packets that fit in the TX buffer; larger packets will be truncated. There is no need to allocate any buffer for packet reception.