DeviceTypes.GetDeviceType Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS Namespace > DeviceTypes Class > DeviceTypes Methods >

DeviceTypes.GetDeviceType Method

Gets the device type based on the provided device type name.

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

 

Syntax


public static DeviceType GetDeviceType(
 string deviceTypeName
)

Parameters

deviceTypeName

Type: String
The name of the device type to retrieve.

Return Value

The device type if found, otherwise null.

 

See Also


DeviceTypes Class

BNCS Namespace