pub fn load_cell_data(
buf: &mut [u8],
offset: usize,
index: usize,
source: Source,
) -> Result<usize, SysError>Available on non-crate feature
native-simulator only.Expand description
Load cell data, read cell data
Return the loaded data length or a syscall error
ยงArguments
buf- a writable buf used to receive the dataoffset- offsetindex- indexsource- source