|
Motion Master 6.0.0-alpha.86
Next-generation motion control software
|
One file stored on a device, as its file list reports it. More...
#include <somanet_drive.h>
Public Attributes | |
| std::string | name |
| Filename as FoE addresses it, e.g. "hr_data0.bin". | |
| std::optional< size_t > | byteCount |
| Size the device reported, when it reported one. | |
One file stored on a device, as its file list reports it.
byteCount is optional because the size is what the list claims, not what a read returned: a firmware that reports a name without one is still reporting a file that can be read.
| std::optional<size_t> mm::node::DeviceFile::byteCount |
Size the device reported, when it reported one.
| std::string mm::node::DeviceFile::name |
Filename as FoE addresses it, e.g. "hr_data0.bin".