AutoEjectTimeout Property
AutoEjectTimeout
The CCID auto-eject timeout (in seconds). This field is only meaningful if touch eject is enabled (see TouchEjectEnabled).
C#
public int AutoEjectTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Exceptions
Type | Condition |
---|---|
System.ArgumentOutOfRangeException | Thrown by the setter when the value is out of the valid range. |
Remarks
When setting, the value must be in the range System.UInt16.MinValue through
System.UInt16.MaxValue. A value of 0
means that the timeout is disabled
(the smart card will not be ejected automatically).