Show / Hide Table of Contents

OnArrived Method

OnArrived(IHidDevice)

Implementers should call this method when they have discovered a new HID device on the system.

C#
protected void OnArrived(IHidDevice device)

Parameters

Type Name Description
IHidDevice device

The device instance that originates this event.

In this article
Back to top Generated by DocFX