Method Summary
Public Methods | ||
public |
get_attribute_config_3(names: string[]): AttributeConfig_3[] |
|
public |
|
|
public |
read_attribute_history_3(name: string, n: number): DevAttrHistory_3[] |
|
public |
read_attributes_3(names: string[], source: DevSource): AttributeValue_3[] |
|
public |
set_attribute_config_3(new_conf: AttributeConfig_3[]): undefined |
|
public |
write_attributes_3(values: AttributeValue[]): undefined |
Inherited Summary
From class Device | ||
public |
|
|
public |
command_inout(command: string, argin: Object): Object |
|
public |
|
|
public |
command_query(command: string): DevCmdInfo |
|
public |
get_attribute_config(names: string[]): AttributeConfig[] |
|
public |
|
|
public |
|
|
public |
read_attributes(names: string[]): AttributeValue[] |
|
public |
set_attribute_config(new_conf: AttributeConfig[]): undefined |
|
public |
write_attributes(values: AttributeValue[]): undefined |
From class Device_2 | ||
public |
command_inout_2(command: string, argin: Object, source: DevSource): Object |
|
public |
command_inout_history_2(command: string, n: number): DevCmdHistory[] |
|
public |
|
|
public |
command_query_2(command: string): DevCmdInfo_2 |
|
public |
get_attribute_config_2(names: string[]): AttributeConfig_2[] |
|
public |
read_attribute_history_2(name: string, n: number): DevAttrHistory[] |
|
public |
read_attributes_2(names: string[], source: DevSource): AttributeValue[] |
Public Methods
public get_attribute_config_3(names: string[]): AttributeConfig_3[] source
Params:
Name | Type | Attribute | Description |
names | string[] | names |
public read_attribute_history_3(name: string, n: number): DevAttrHistory_3[] source
public read_attributes_3(names: string[], source: DevSource): AttributeValue_3[] source
public set_attribute_config_3(new_conf: AttributeConfig_3[]): undefined source
Params:
Name | Type | Attribute | Description |
new_conf | AttributeConfig_3[] | new_conf |
public write_attributes_3(values: AttributeValue[]): undefined source
Params:
Name | Type | Attribute | Description |
values | AttributeValue[] | values |