FastLED 3.9.15
Loading...
Searching...
No Matches

◆ State

Enumerator
DNS_LOOKUP 

Resolving hostname (brief blocking ~10-100ms)

CONNECTING 

Waiting for socket connection (non-blocking)

SENDING 

Sending HTTP request (non-blocking)

RECEIVING 

Receiving HTTP response (non-blocking)

COMPLETED 

Successfully completed.

FAILED 

Error occurred.

Definition at line 26 of file fetch_request.h.

26 {
29 SENDING,
30 RECEIVING,
31 COMPLETED,
32 FAILED
33 };
@ DNS_LOOKUP
Resolving hostname (brief blocking ~10-100ms)
@ RECEIVING
Receiving HTTP response (non-blocking)
@ SENDING
Sending HTTP request (non-blocking)
@ CONNECTING
Waiting for socket connection (non-blocking)
@ COMPLETED
Successfully completed.