Table of Contents

Class SDCard.SDCardMmcParameters

Namespace
nanoFramework.System.IO.FileSystem
Assembly
System.IO.FileSystem.dll

Parameter used for creating a MMC card instance.

public class SDCard.SDCardMmcParameters
Inheritance
SDCard.SDCardMmcParameters
Inherited Members
Extension Methods

Constructors

SDCardMmcParameters()

public SDCardMmcParameters()

Fields

cardDetectPin

The optional card detect GPIO pin which must be set to a valid pin if EnableCardDetectPin is true. If defined a StorageEventManager event will be raised when a card is inserted or removed.

public uint cardDetectPin

Field Value

uint

dataWidth

Data width to use on MMC SD protocol.

public SDCard.SDDataWidth dataWidth

Field Value

SDCard.SDDataWidth

enableCardDetectPin

Set true when an Card Detect Pin is used. The cardDetectPin parameter must have a valid GPIO pin.

public bool enableCardDetectPin

Field Value

bool

Remarks

Not all SD Card modules have a card detect pin or the pin connected to a GPIO pin.