Formats the SD Card.
Last updated 2 years ago
C#
[DllImport("RGUSBdrv.dll", CallingConvention = CallingConvention.Cdecl)] public static extern byte FormatSDCard(ushort FormatType, out short Status);
0 if success
1 if there is a problem with USB communication
Refer to the example application code.
Downloads Section > API