Device Methods

Device methods get information about the devices in the library.

Most device methods require a deviceId. You can use getLibraryComplexDevices() or getLibraryDevices() to obtain a deviceId.

getDevice()

Returns information for a specific deviceId.

Used by STA, ACSLS, and WWOPs.

Inputs Outputs Roles Errors

long deviceId

DeviceDto

All

WebServiceException

getDeviceCells()

Returns a list of cells and their contents for the device. The type parameter determines the type of cells returned.

Used by ACSLS.

Inputs Outputs Roles Errors

long deviceId,

CellTypeSelector cellType,

int first,

int count

List of CellDto for the device

All

WebServiceException

getDeviceSlots()

Returns a list of slots in the device. If a slot contains a device, the method also returns the device.

Used by WWOPs.

Inputs Outputs Roles Errors

long deviceId,

int first,

int count

List of SlotDto for the slots in the device

All

WebServiceException