|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.GetInstanceFromNmosDeviceGuid Method |
Retrieves an IBNCSInstance based on the provided device GUID.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Nullable<IBNCSInstance> GetInstanceFromNmosDeviceGuid(
Guid deviceGuid
)
deviceGuid
Type: Guid
The GUID of the device to retrieve the IBNCSInstance from.
An IBNCSInstance if found, otherwise null.
BNCS.Core.DriverFramework Namespace