Call BasicCard GET FREE MEMORY command.

Namespace: BasicCard.BasicCards
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
protected virtual int[] CmdGetFreeMemory()
Visual Basic
Protected Overridable Function CmdGetFreeMemory As Integer()
Visual C++
protected:
virtual array<int>^ CmdGetFreeMemory()
F#
abstract CmdGetFreeMemory : unit -> int[] 
override CmdGetFreeMemory : unit -> int[] 

Return Value

Type: array<Int32>[]()[][]
int[2] with int[0]=TotalFreeMemory and int[1]=LargestFreeBlock

See Also