MTP_Standalone
MTP_GetData()
is only used within MTP_Standalone.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
MTP_Standalone
MTP_GetData()
MTP_GetData() function
Gets Data from MTP Device.
Syntax
Show:
Summary
Declaration
Definition
from
main.h:121
uint8_t
MTP_GetData
(
uint32_t
file_idx
,
uint32_t
offset
,
uint32_t
maxbytes
,
uint8_t
*
object
,
uint32_t
*
len
)
;
Implemented in
mtp.c:123
Arguments
Argument
Description
file_idx
File index
offset
Offset
maxbytes
Max bytes
object
Pointer to the file object
len
Pointer to the file length
Return value
Returns Status 0 if OK, otherwise 1.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out