All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.lti.civil.CaptureDeviceInfo Maven / Gradle / Ivy

/*
 * Created on May 25, 2005
 */
package com.lti.civil;

/**
 * 
 * @author Ken Larson
 */
public interface CaptureDeviceInfo
{
	public String getDeviceID();
	public String getDescription();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy