AddTrakaCabinetAsync

Adds a new Traka cabinet to a controller Returns (The created Traka cabinet)

Overview of AddTrakaCabinetAsync goes here.

Name Description
controller The controller to add the cabinet to
item The Traka cabinet information to add

Add Traka Cabinet Async

Example in C#

// Returns: TrakaCabinetInfo
var trakaCabinetInfo = await client.AddTrakaCabinetAsync(ControllerInfo controller, TrakaCabinetInfo item);