nm_read()


Считывание данных с назначенного NM (энергонезависимая память)

Описание

int nm_read(int $nm_id, int $offset, string &$rbuf, int $rlen)

Параметры

Возврат значеий

Возвращает количество прочитанных байтов

Пример

<?php
include "/lib/sd_340.php";
$rbuf = "";
nm_read(0, 0, $rbuf, 10); // Reading 10 bytes from address 0 of the NM0
hexdump($rbuf);           // Outputting the data
?>

Смотрите также