This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using unsafe methods: True | |
03/09/2022 18:38:18 - [Kernel] GetVolumeInformationProxy: | |
03/09/2022 18:38:18 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #35568, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success | |
03/09/2022 18:38:18 - [Kernel] GetVolumeInformationProxy: | |
03/09/2022 18:38:18 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #4, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success | |
03/09/2022 18:38:18 - [Kernel] Context {<null>, False, False, False, False, #4, False, False} | |
03/09/2022 18:38:18 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #35568, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success | |
03/09/2022 18:38:18 - [Kernel] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Using unsafe methods: False | |
03/09/2022 18:25:58 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #20048, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success | |
03/09/2022 18:25:58 - [Kernel] GetVolumeInformationProxy: | |
03/09/2022 18:25:58 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #4, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success | |
03/09/2022 18:25:58 - [Kernel] GetVolumeInformationProxy: | |
03/09/2022 18:25:58 - [Mirror] GetVolumeInformation('<null>', {<null>, False, False, False, False, #20048, False, False}, out DOKAN, out CaseSensitiveSearch, CasePreservedNames, UnicodeOnDisk, PersistentAcls, SupportsRemoteStorage, out NTFS) -> Success | |
03/09/2022 18:25:58 - [Mirror] Mounted('<null>', {<null>, False, False, False, False, #0, False, False}) -> Success | |
03/09/202 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using System; | |
using System.Collections.Concurrent; | |
using System.Collections.Generic; | |
using System.Device.Gpio; | |
using System.Device.Gpio.Drivers; | |
using System.Linq; | |
using System.Threading; | |
using System.Threading.Tasks; | |
namespace IRLLogger |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | |
<Target Name="Compile" /> | |
<Target Name="CopyFilesToOutputDirectory" /> | |
</Project> |