Enum BandSelectionType
Band selection can be set to either 'ssid' or 'ap'. This param is required on creation.
[JsonConverter(typeof(StringEnumConverter))]
public enum BandSelectionType
- Extension Methods
Fields
[EnumMember(Value = "ap")] Ap = 1
Enum Ap for "ap"
[EnumMember(Value = "ssid")] Ssid = 0
Enum Ssid for "ssid"