DeviceInfoList Class

Namespace: id3.Devices

Definition

Represents a device info list.

Properties

Name

Type

Description

count

int

Gets the number of elements contained in the list

operator [int index]

DeviceInfo

Gets or sets the element at the specified index in the list.

Iteration

This class supports iteration in Dart, C#, Java and Python.

Methods

Name

Description

add

Adds an item to the DeviceInfoList object.

clear

Clears the DeviceInfoList object.

get

Gets an item of the DeviceInfoList object.

getCount

Gets the number of elements in the DeviceInfoList object.

removeAt

Removes an element of the DeviceInfoList object.

resize

DeviceInfoList object.

set

Sets an item of the DeviceInfoList object.