Ejemplo n.º 1
0
        public List <byte> GetMemoryDump()
        {
            List <byte> memDumpOutput = new List <byte>();

            HeepLanguage.GetMemoryDump(memDumpOutput, myID, FirmwareVersion, controls, deviceMemory, deviceMemorySize);

            return(memDumpOutput);
        }