|
<< 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)
public static DeviceType GetDeviceType(
string deviceTypeName
)
deviceTypeName
Type: String
The name of the device type to retrieve.
The device type if found, otherwise null.