Config.GetWorkstation Method

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

 

Syntax


public static Workstation GetWorkstation(
 uint workstationId
)

Parameters

workstationId

Type: UInt32
The unique identifier of the workstation to retrieve.

Return Value

The Workstation object associated with the provided workstationId, or null if not found.

 

See Also


Config Class

BNCS Namespace