- Introduced a comprehensive markdown document outlining the API surface of RSNet.dll related to downloading video files. - Documented initialization, connection, record querying, and download processes. - Provided insights into the exported functions, their parameters, and expected behaviors. - Included practical implications and recommendations for implementing a downloader script using C# interop. - Highlighted the necessary struct layouts and callback mechanisms for effective integration with the DLL.
11 lines
371 B
Text
11 lines
371 B
Text
<Solution>
|
|
<Folder Name="/src/">
|
|
<Project Path="src/SurveillanceClient.Core/SurveillanceClient.Core.csproj" />
|
|
<Project Path="src/SurveillanceClient.Cli/SurveillanceClient.Cli.csproj" />
|
|
</Folder>
|
|
<Folder Name="/solution-items/">
|
|
<File Path=".gitignore" />
|
|
<File Path="Directory.Build.props" />
|
|
<File Path="README.md" />
|
|
</Folder>
|
|
</Solution>
|