FormatSDCard()
Formats the SD Card.
C#
[DllImport("RGUSBdrv.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern byte FormatSDCard(ushort FormatType, out short Status);
Returns:
0 if success
1 if there is a problem with USB communication
C# Example:
Refer to the example application code.
https://www.influxtechnology.com/rexgen-support
Downloads Section > API
Last updated