Plugin SDK

device Class

Class used to hold device information for the devices tag This is the ROOT or standalone device

Inheritance Hierarchy

System.Object  Scheduler.device
Namespace: Scheduler Assembly: Scheduler (in Scheduler.dll) Version: 3.0.0.0 (4.0.0.12)

Syntax

C#

public class device


VB

Public Class device


The device type exposes the following members.

Constructors

 

Name

Description

Unknown Attachment

device

 


Properties

 

Name

Description

Unknown Attachment

child_count

The number of child devices this device holds

Unknown Attachment

children

An array of List(of child) of all child devices of this root device

Unknown Attachment

device_type

Device type of this device Type is DeviceTypeInfo.eDeviceAPI

Unknown Attachment

location

The location of the device

Unknown Attachment

location2

The location 2 of the device

Unknown Attachment

name

The name of the device

Unknown Attachment

primary_ref

The reference ID of this device

Unknown Attachment

ref

The reference ID for the device

Unknown Attachment

status

Status of the device for display

Unknown Attachment

status_image

Path to the status image


See Also

Scheduler Namespace