Class SDCardMmcParameters
- Namespace
- nanoFramework.System.IO.FileSystem
- Assembly
- System.IO.FileSystem.dll
Parameter used for creating a MMC card instance.
public class SDCardMmcParameters
- Inheritance
-
SDCardMmcParameters
- Inherited Members
- Extension Methods
Constructors
SDCardMmcParameters()
public SDCardMmcParameters()
Fields
dataWidth
Data width to use on MMC SD protocol.
public SDCard.SDDataWidth dataWidth
Field Value
slotIndex
The slot index to mount. Some devices can have more then 1 SD card slot Defaults to 0 Slot 0 will mount as drive D:\ , slot 1 = E:\ etc
public uint slotIndex