BasePortInstance.BncsSlotId Property

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Engine Namespace > BasePortInstance Class > BasePortInstance Properties >

BasePortInstance.BncsSlotId Property

Gets or sets the BNCS slot identifier.

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

 

Syntax


public uint BncsSlotId { get; set; }

 

Remarks


The BNCS slot ID is used to uniquely identify a slot. This property is protected for setting, meaning it can only be set within the class or by derived classes.

 

See Also


BasePortInstance Class

BNCS.Logic.Engine Namespace