Skip to content

Namespace Belay.Sync

Classes

DeviceExtensions

Extension methods to add file system support to Device instances. This approach avoids circular dependencies between Belay.Core and Belay.Sync.

DeviceFileInfo

Represents information about a file or directory on the device.

DeviceFileSystem

Implements file system operations for MicroPython/CircuitPython devices.

DevicePathUtil

Provides utilities for handling device file paths in a cross-platform manner. MicroPython/CircuitPython devices use Unix-style paths regardless of the host OS.

Interfaces

IDeviceFileSystem

Provides an abstraction for file system operations on MicroPython/CircuitPython devices.

Released under the Apache License 2.0.