8 lines
158 B
C#
8 lines
158 B
C#
namespace Inspectron.HawkEye.Protocol.Interfaces
|
|
{
|
|
public interface IImageSource
|
|
{
|
|
byte[] GetImage();
|
|
void CancelTrigger();
|
|
}
|
|
} |