|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > Init Method > BncsFramework.Init Method (DefaultOptions, String, String, String, String, String, String, Nullable<Assembly>, Nullable<String>[], String) |
Initializes the BNCS Driver with the specified parameters.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static void Init(
DefaultOptions defaultOptions,
string nodeId,
string nodeDescription,
string driverName,
string manufacturerTag,
string productTag,
string instanceTag,
Nullable<Assembly> externalAssembly,
Nullable<string>[] additionalViews,
string customHomePage
)
defaultOptions
Type: BNCS.Core.DriverFramework.DefaultOptions
The default options for the driver.
nodeId
Type: String
The node ID.
nodeDescription
Type: String
The node description.
driverName
Type: String
The driver name.
manufacturerTag
Type: String
The manufacturer tag.
productTag
Type: String
The product tag.
instanceTag
Type: String
The instance tag.
externalAssembly
Type: Nullable<Assembly>
The external assembly.
additionalViews
Type: Nullable<String>[]
Additional views for the driver.
customHomePage
Type: String
The custom home page.
Void
BNCS.Core.DriverFramework Namespace