BncsFramework.GetInstanceFromNmosDeviceGuid Method

<< 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)

 

Syntax


public static Nullable<IBNCSInstance> GetInstanceFromNmosDeviceGuid(
 Guid deviceGuid
)

Parameters

deviceGuid

Type: Guid
The GUID of the device to retrieve the IBNCSInstance from.

Return Value

An IBNCSInstance if found, otherwise null.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace