Skip to content

Commit

Permalink
Merge pull request #147 from Metrilus/visionary-t-improvements
Browse files Browse the repository at this point in the history
Visionary-T Improvements
  • Loading branch information
stephenmartindale committed Jun 13, 2018
2 parents 70a23c0 + 6fbbab4 commit eda18e2
Show file tree
Hide file tree
Showing 9 changed files with 645 additions and 551 deletions.
14 changes: 14 additions & 0 deletions BetaCameras/Sick.VisionaryT/AccessModes.cs
@@ -0,0 +1,14 @@
namespace MetriCam2.Cameras.Internal.Sick
{
/// <summary>
/// Access modes on the camera.
/// </summary>
internal enum AccessModes
{
Always_Run = 0,
Operator = 1,
Maintenance = 2,
AuthorizedClient = 3,
Service = 4,
}
}

0 comments on commit eda18e2

Please sign in to comment.