Table of Contents

Struct OuiValue

Namespace
Veritas.Telecom
Assembly
Veritas.dll

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

value string

The code string.

Properties

Value

Gets the normalized OUI string.

public string Value { get; }

Property Value

string