Show / Hide Table of Contents

AutoEjectTimeout Property

AutoEjectTimeout

The CCID auto-eject timeout (in seconds).

C#
int AutoEjectTimeout { get; }

Property Value

Type Description
int

Remarks

This field is only meaningful if TouchEject in DeviceFlags is set. A value of 0 means that the timeout is disabled (the smart card will not be ejected automatically).

The range is ushort.MinValue through ushort.MaxValue.

In this article
Back to top Generated by DocFX