Method Summary
| Public Methods | ||
| public |
|
|
| public |
command_inout_history_4(command: string, n: number): DevCmdHistory_4 |
|
| public |
read_attribute_history_4(name: string, n: number): DevAttrHistory_4 |
|
| public |
read_attributes_4(names: string[], source: DevSource, cl_ident: ClntIdent): AttributeValue_4[] |
|
| public |
set_attribute_config_4(new_conf: AttributeConfig_3[], cl_ident: ClntIdent): undefined |
|
| public |
write_attributes_4(values: AttributeValue_4[], cl_ident: ClntIdent): undefined |
|
| public |
write_read_attributes_4(values: AttributeValue_4[], cl_ident: ClntIdent): AttributeValue_4[] |
|
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[] |
|
| From class Device_3 | ||
| 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 |
|
Public Methods
public command_inout_4(command: string, argin: Object, source: DevSource, cl_ident: ClntIdent): Object source
public command_inout_history_4(command: string, n: number): DevCmdHistory_4 source
public read_attribute_history_4(name: string, n: number): DevAttrHistory_4 source
public read_attributes_4(names: string[], source: DevSource, cl_ident: ClntIdent): AttributeValue_4[] source
public set_attribute_config_4(new_conf: AttributeConfig_3[], cl_ident: ClntIdent): undefined source
Params:
| Name | Type | Attribute | Description |
| new_conf | AttributeConfig_3[] | new_conf |
|
| cl_ident | ClntIdent | cl_ident |
public write_attributes_4(values: AttributeValue_4[], cl_ident: ClntIdent): undefined source
Params:
| Name | Type | Attribute | Description |
| values | AttributeValue_4[] | values |
|
| cl_ident | ClntIdent | cl_ident |
public write_read_attributes_4(values: AttributeValue_4[], cl_ident: ClntIdent): AttributeValue_4[] source
Params:
| Name | Type | Attribute | Description |
| values | AttributeValue_4[] | values |
|
| cl_ident | ClntIdent | cl_ident |