Show / Hide Table of Contents

WriteScancodeMap Constructor

WriteScancodeMap()

Initializes a new instance of the WriteScancodeMap class. The scancode map will be initialized to the default, until it is overridden by the caller.

C#
public WriteScancodeMap()

WriteScancodeMap(ReadOnlyMemory<byte>)

Initializing a new instance of the WriteScancodeMap class with a custom scancode map.

C#
public WriteScancodeMap(ReadOnlyMemory<byte> scancodeMap)

Parameters

Type Name Description
ReadOnlyMemory<byte> scancodeMap

The scancode map to program on the YubiKey.

In this article
Back to top Generated by DocFX