ev3duder  0.3.0
EV3 Downloader/Uploader
LIST_FILES_REPLY Struct Reference

Directory contents on EV3. More...

#include <packets.h>

Data Fields

EV3_REPLY_FIELDS u32 listSize
 
u8 handle
 
char list []
 

Detailed Description

Directory contents on EV3.

example data:

1EB0CADE3A6C2FD80A96706D4D42114 0000003C run
mod/

directories end with a / and then \n file entries are of 3 parts: 32 bytes of md5 hash the file size in hexadecimal notation the file name and then a \n, all separated by spaces

Warning
Data might be cut off. Be sure to check if the line is valid before jumping to any conclusions. This is due to the hard limit on HIDAPI packet, md5 hashes taking a lot of bytes and CONTINUE_LIST_FILES being unimplemented in VM

Definition at line 195 of file packets.h.

Field Documentation

u8 handle

Definition at line 200 of file packets.h.

char list[]

Definition at line 204 of file packets.h.

Definition at line 199 of file packets.h.


The documentation for this struct was generated from the following file: