.Boot Method |
Top Previous Next |
Function: |
Boots up the Wi-Fi interface, which involves sending to the GA1000 hardware a firmware file for its embedded processor. |
Syntax: |
wln.boot(offset as dword) as ok_ng |
Returns: |
One of ok_ng constants: 0- OK: completed successfully. 1- NG: boot failed. |
See Also: |
Part |
Description |
offset |
Offset of the "ga1000fw.bin" file within the compiled binary of your project. The offset is obtained using the romfile.offset read-only property. |
Details
For wln.boot to succeed, ga1000fw.bin file must be present in your project as a binary resource file.