<< 点击显示目录 >> 主页 PVI通信 > PVI帮助信息 > PVI Services > BR.AN.Namespace > BR.AN Namespace > BRLicenseInfo Class > BRLicenseInfo Methods > BRLicenseInfo.Search Method > BRLicenseInfo.Search() Method |
Call this method to initiate a search for all available license keys. Searches for license DLLs in the appliaction executable path, for DS keys on all LPT ports and all USB prots. The result of the search will always be returned in the event .
[Visual Basic]
Public Overloads Sub Search()
[C#]
public int Search();
The number of licenses found. 0 if the function succeds but there are no license keys availabe. -1 if the function call fails due to missing module "BrSecDll.dll".
There will be no event, if there is no license info available.
BRLicenseInfo Class | BR.AN Namespace | BRLicenseInfo.Search Overload List | Found | Found
Generated from assembly BR.AN.PviServices [8.1.0.4]