check point
This commit is contained in:
22
framework/Inspectron.Camera/ICameraProvider.cs
Normal file
22
framework/Inspectron.Camera/ICameraProvider.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
using System.Collections.ObjectModel;
|
||||
|
||||
namespace Inspectron.Camera
|
||||
{
|
||||
public interface ICameraProvider
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
string Name { get; }
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
ReadOnlyCollection<ICamera> Discover();
|
||||
/// <summary>
|
||||
///
|
||||
/// </summary>
|
||||
ReadOnlyCollection<ICamera> Cameras { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user