BncsFramework.GetNmosDeviceFromBncsInstance Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods >

BncsFramework.GetNmosDeviceFromBncsInstance Method

Obtain the NMOS Device derived from a given BNCS Instance Name.

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

 

Syntax


public static Nullable<Device> GetNmosDeviceFromBncsInstance(
 string bncsInstanceId
)

Parameters

bncsInstanceId

Type: String
The BNCS instance identifier.

Return Value

System.Nullable<NMOS.Types.Registration.v1_3.Device>.

 

See Also


BncsFramework Class

BNCS.Core.DriverFramework Namespace