|
<< 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)
public uint BncsSlotId { get; set; }
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.