Class ScanModeExtensions
Extensions for the ScanMode enum.
Inherited Members
Namespace: NixUniversalSDK
Assembly: NixUniversalSDK.dll
Syntax
public static class ScanModeExtensions
Methods
GetFullName(ScanMode)
'Friendly' name for this ScanMode
Declaration
public static string GetFullName(this ScanMode value)
Parameters
| Type | Name | Description |
|---|---|---|
| ScanMode | value |
Returns
| Type | Description |
|---|---|
| string |
GetScanMode(byte)
Declaration
public static ScanMode GetScanMode(this byte value)
Parameters
| Type | Name | Description |
|---|---|---|
| byte | value |
Returns
| Type | Description |
|---|---|
| ScanMode |