IPerf_GetDataFmtd()

Convert from bytes to specified unit.

Files

iperf.h/iperf.c

Prototype

CPU_INT32U  IPerf_GetDataFmtd (IPERF_FMT   fmt,
                               CPU_INT32U  bytes_qty);

Arguments

test_id     

Test ID of the test to release.

p_err            

Pointer to variable that will receive the return error code from this function.

Returned Values

fmt

Format character.

bytes_qty

Bytes quantity to convert.

Required Configuration

Module Configuration

Notes / Warnings

none.

Example Usage

none.