Skip to main content

HttpAccessMode

Namespace: Busy.Bar

Whether, and how, the device's local HTTP API is reachable over Wi-Fi.

public enum HttpAccessMode

Inheritance ObjectValueTypeEnum → HttpAccessMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Disabled0The local HTTP API is not reachable over Wi-Fi.
Enabled1The local HTTP API is reachable over Wi-Fi without authentication.
Key2The local HTTP API is reachable over Wi-Fi and requires the configured access key.