GetTrakaCabinetAsync

Gets a Traka cabinet by ID from a controller Returns (The Traka cabinet information)

Overview of GetTrakaCabinetAsync goes here.

Name Description
controller The controller containing the cabinet
cabinetId The cabinet ID

Get Traka Cabinet Async

Example in C#

// Returns: TrakaCabinetInfo
var trakaCabinetInfo = await client.GetTrakaCabinetAsync(ControllerInfo controller, String cabinetId);