|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS Namespace > Config Class > Config Methods > Config.GetWorkstation Method |
Retrieves a Workstation object based on the provided workstationId.
Namespace: BNCS
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static Workstation GetWorkstation(
uint workstationId
)
workstationId
Type: UInt32
The unique identifier of the workstation to retrieve.
The Workstation object associated with the provided workstationId, or null if not found.