Home Reference Source
public interface | source

Device

Direct Subclass:

Device_2

Indirect Subclass:

Device_3, Device_4, Device_5

Method Summary

Public Methods
public
public

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

public
public
public
public
public
public
public
public

Public Methods

public black_box(n: number): string[] source

Params:

NameTypeAttributeDescription
n number

n

Return:

string[]

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

Params:

NameTypeAttributeDescription
command string

command

argin Object

argin

Return:

Object

public command_list_query(): DevCmdInfo[] source

Return:

DevCmdInfo[]

public command_query(command: string): DevCmdInfo source

Params:

NameTypeAttributeDescription
command string

command

Return:

DevCmdInfo

public get_attribute_config(names: string[]): AttributeConfig[] source

Params:

NameTypeAttributeDescription
names string[]

names

Return:

AttributeConfig[]

public info(): DevInfo source

Return:

DevInfo

public ping(): undefined source

Return:

undefined

public read_attributes(names: string[]): AttributeValue[] source

Params:

NameTypeAttributeDescription
names string[]

names

Return:

AttributeValue[]

public set_attribute_config(new_conf: AttributeConfig[]): undefined source

Params:

NameTypeAttributeDescription
new_conf AttributeConfig[]

new_conf

Return:

undefined

public write_attributes(values: AttributeValue[]): undefined source

Params:

NameTypeAttributeDescription
values AttributeValue[]

values

Return:

undefined