C# 클래스 WinBioNET.WinBioConfiguration

파일 보기 프로젝트 열기: JcBernack/WinBioNET

공개 메소드들

메소드 설명
AddDatabase ( System.Guid databaseId, int unitId ) : void

Adds a new biometric database compatible to the given unit. Throws an exception if the database already exists.

AddUnit ( System.Guid databaseId, int unitId ) : void

Adds a unit to the sensor pool related to the given biometric database.

DatabaseExists ( System.Guid databaseId ) : bool

Determines whether the given database exists.

RemoveDatabase ( System.Guid databaseId ) : void

Removes the given biometric database and all its data. Also removes all units from the corresponding sensor pool.

RemoveUnit ( System.Guid databaseId, int unitId ) : void

Adds a unit to the sensor pool related to the given biometric database.

비공개 메소드들

메소드 설명
KeyGuid ( System.Guid guid ) : string

메소드 상세

AddDatabase() 공개 정적인 메소드

Adds a new biometric database compatible to the given unit. Throws an exception if the database already exists.
public static AddDatabase ( System.Guid databaseId, int unitId ) : void
databaseId System.Guid
unitId int
리턴 void

AddUnit() 공개 정적인 메소드

Adds a unit to the sensor pool related to the given biometric database.
public static AddUnit ( System.Guid databaseId, int unitId ) : void
databaseId System.Guid
unitId int
리턴 void

DatabaseExists() 공개 정적인 메소드

Determines whether the given database exists.
public static DatabaseExists ( System.Guid databaseId ) : bool
databaseId System.Guid
리턴 bool

RemoveDatabase() 공개 정적인 메소드

Removes the given biometric database and all its data. Also removes all units from the corresponding sensor pool.
public static RemoveDatabase ( System.Guid databaseId ) : void
databaseId System.Guid
리턴 void

RemoveUnit() 공개 정적인 메소드

Adds a unit to the sensor pool related to the given biometric database.
public static RemoveUnit ( System.Guid databaseId, int unitId ) : void
databaseId System.Guid
unitId int
리턴 void