Table of Contents

Class ScanModeExtensions

Namespace
NixUniversalSDK
Assembly
NixUniversalSDK.dll

Extensions for the ScanMode enum.

public static class ScanModeExtensions
Inheritance
ScanModeExtensions
Inherited Members

Methods

GetFullName(ScanMode)

'Friendly' name for this ScanMode

public static string GetFullName(this ScanMode value)

Parameters

value ScanMode

Returns

string

GetScanMode(byte)

Helper to find a ScanMode enum from a byte value, or NA for invalid input.

public static ScanMode GetScanMode(this byte value)

Parameters

value byte

Returns

ScanMode