Struct OuiValue
Represents a validated Organizationally Unique Identifier (OUI).
public readonly struct OuiValue
- Inherited Members
Constructors
OuiValue(string)
Initializes a new instance of the OuiValue struct.
public OuiValue(string value)
Parameters
valuestringThe code string.
Properties
Value
Gets the normalized OUI string.
public string Value { get; }