AutoEjectTimeout Property
AutoEjectTimeout
The CCID auto-eject timeout (in seconds). This field is only meaningful if the TouchEject flag in DeviceFlags is set. null to leave unchanged.
C#
public Nullable<int> AutoEjectTimeout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Remarks
When setting, the value must be in the range System.UInt16.MinValue through System.UInt16.MaxValue. Otherwise an System.ArgumentOutOfRangeException will be thrown.