DeviceType.Parameters Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > DeviceType Class > DeviceType Properties >

DeviceType.Parameters Property

Gets the parameters of the device.

Namespace: BNCS
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


public IReadOnlyDictionary<stringDeviceParameter> Parameters { get; }

Return Value

An IReadOnlyDictionary containing the device parameters.

 

See Also


DeviceType Class

BNCS Namespace