Skip to content

Field DeviceSeparator

Namespace: Belay.Sync
Assembly: Belay.Sync.dll

DeviceSeparator

The path separator used on MicroPython/CircuitPython devices (always forward slash).

csharp
public const char DeviceSeparator = '/'

Field Value

char

Released under the Apache License 2.0.