fn nvdata(self: *const SimpleNetworkProtocol, read_write: bool, offset: usize, buffer_size: usize, buffer: [*]u8) Status

Performs read and write operations on the NVRAM device attached to a network interface.

Parameters

self: *const SimpleNetworkProtocol,
read_write: bool,
offset: usize,
buffer_size: usize,
buffer: [*]u8,