All External Host Interface AT Commands#
Commands#
net-init?#
Queries the initialization status of the SiWx91x device.
Command Format#
at+net-init?
Related SDK API
sl_si91x_is_device_initialized
Pre-conditions#
None
Parameters#
None
Response#
OK <status>
indicates success. A status of1
means the device is initialized with at least one network interface, while0
means the device is not initialized for any network interface.
Examples#
at+net-init?
OK 1