AutoEjectTimeout Property
AutoEjectTimeout
The CCID auto-eject timeout (in seconds).
C#
public int AutoEjectTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Implements
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 System.UInt16.MinValue through System.UInt16.MaxValue.