Method Summary
| Public Methods | ||
| public |
get_attribute_config_5(names: string[]): AttributeConfig_5[] |
|
| public |
get_pipe_config_5(names: string[]): PipeConfig[] |
|
| public |
read_attribute_history_5(name: string, n: number): DevAttrHistory_5 |
|
| public |
read_attributes_5(names: string[], source: DevSource, cl_ident: ClntIdent): AttributeValue_5[] |
|
| public |
read_pipe_5(name: string, cl_ident: ClntIdent): DevPipeData |
|
| public |
set_attribute_config_5(new_conf: AttributeConfig_5[], cl_ident: ClntIdent): undefined |
|
| public |
set_pipe_config_5(new_conf: PipeConfig[], cl_ident: ClntIdent): undefined |
|
| public |
write_pipe_5(value: DevPipeData, cl_ident: ClntIdent): undefined |
|
| public |
write_read_attributes_5(values: AttributeValue_4[], r_names: string[], cl_ident: ClntIdent): AttributeValue_5[] |
|
| public |
write_read_pipe_5(value: DevPipeData, cl_ident: ClntIdent): DevPipeData |
|
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 |
|
| From class Device_4 | ||
| 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[] |
|
Public Methods
public get_attribute_config_5(names: string[]): AttributeConfig_5[] source
Params:
| Name | Type | Attribute | Description |
| names | string[] | names |
public get_pipe_config_5(names: string[]): PipeConfig[] source
Params:
| Name | Type | Attribute | Description |
| names | string[] | names |
public read_attribute_history_5(name: string, n: number): DevAttrHistory_5 source
public read_attributes_5(names: string[], source: DevSource, cl_ident: ClntIdent): AttributeValue_5[] source
public read_pipe_5(name: string, cl_ident: ClntIdent): DevPipeData source
public set_attribute_config_5(new_conf: AttributeConfig_5[], cl_ident: ClntIdent): undefined source
Params:
| Name | Type | Attribute | Description |
| new_conf | AttributeConfig_5[] | new_conf |
|
| cl_ident | ClntIdent | cl_ident |
public set_pipe_config_5(new_conf: PipeConfig[], cl_ident: ClntIdent): undefined source
Params:
| Name | Type | Attribute | Description |
| new_conf | PipeConfig[] | new_conf |
|
| cl_ident | ClntIdent | cl_ident |
public write_pipe_5(value: DevPipeData, cl_ident: ClntIdent): undefined source
Params:
| Name | Type | Attribute | Description |
| value | DevPipeData | value |
|
| cl_ident | ClntIdent | cl_ident |
public write_read_attributes_5(values: AttributeValue_4[], r_names: string[], cl_ident: ClntIdent): AttributeValue_5[] source
Params:
| Name | Type | Attribute | Description |
| values | AttributeValue_4[] | values |
|
| r_names | string[] | r_names |
|
| cl_ident | ClntIdent | cl_ident |
public write_read_pipe_5(value: DevPipeData, cl_ident: ClntIdent): DevPipeData source
Params:
| Name | Type | Attribute | Description |
| value | DevPipeData | value |
|
| cl_ident | ClntIdent | cl_ident |