Class CardDetectChangedEventArgs
- Namespace
- nanoFramework.System.IO
- Assembly
- System.IO.FileSystem.dll
Arguments for Card detect event
public class CardDetectChangedEventArgs : EventArgs
- Inheritance
-
CardDetectChangedEventArgs
- Inherited Members
- Extension Methods
Properties
CardState
State of Card Detect.
public CardDetectState CardState { get; }
Property Value
SlotIndex
SD card slot index
public uint SlotIndex { get; }