Enum NodeMCUUpdateMode
Contaisn a list of possible update-modes for NodeMCU-devices.
Namespace: RGB.NET.Devices.WS281X.NodeMCU
Assembly: RGB.NET.Devices.WS281X.dll
Syntax
public enum NodeMCUUpdateMode
Fields
Name | Description |
---|---|
Http | Updates through the HTTP-REST-API. Slow, but reliable. |
Udp | Updates through a UDP-connection. Fast, but might skip updates if the network connection is bad. |