Method Summary
| Public Methods | ||
| 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 |
|
Public Methods
public command_query(command: string): DevCmdInfo source
Params:
| Name | Type | Attribute | Description |
| command | string | command |
public get_attribute_config(names: string[]): AttributeConfig[] source
Params:
| Name | Type | Attribute | Description |
| names | string[] | names |
public read_attributes(names: string[]): AttributeValue[] source
Params:
| Name | Type | Attribute | Description |
| names | string[] | names |
public set_attribute_config(new_conf: AttributeConfig[]): undefined source
Params:
| Name | Type | Attribute | Description |
| new_conf | AttributeConfig[] | new_conf |
public write_attributes(values: AttributeValue[]): undefined source
Params:
| Name | Type | Attribute | Description |
| values | AttributeValue[] | values |