Home Reference Source
public interface | source

Device_2

Extends:

Device → Device_2

Direct Subclass:

Device_3

Indirect Subclass:

Device_4, Device_5

Method Summary

Public Methods
public

command_inout_2(command: string, argin: Object, source: DevSource): Object

public
public
public
public
public
public

Inherited Summary

From class Device
public
public

command_inout(command: string, argin: Object): Object

public
public
public
public
public
public
public
public

Public Methods

public command_inout_2(command: string, argin: Object, source: DevSource): Object source

Params:

NameTypeAttributeDescription
command string

command

argin Object

argin

source DevSource

source

Return:

Object

public command_inout_history_2(command: string, n: number): DevCmdHistory[] source

Params:

NameTypeAttributeDescription
command string

command

n number

n

Return:

DevCmdHistory[]

public command_list_query_2(): DevCmdInfo_2[] source

Return:

DevCmdInfo_2[]

public command_query_2(command: string): DevCmdInfo_2 source

Params:

NameTypeAttributeDescription
command string

command

Return:

DevCmdInfo_2

public get_attribute_config_2(names: string[]): AttributeConfig_2[] source

Params:

NameTypeAttributeDescription
names string[]

names

Return:

AttributeConfig_2[]

public read_attribute_history_2(name: string, n: number): DevAttrHistory[] source

Params:

NameTypeAttributeDescription
name string

name

n number

n

Return:

DevAttrHistory[]

public read_attributes_2(names: string[], source: DevSource): AttributeValue[] source

Params:

NameTypeAttributeDescription
names string[]

names

source DevSource

source

Return:

AttributeValue[]