GetRecordingInfoByAlias
Syntax
METHOD GetRecordingInfoByAlias : BOOL
VAR_INPUT
sRecordingAlias : STRING(255);
tTimeout : TIME;
stRecordingInfo : T_ALY_SPRecordData_Desc;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
sRecordingAlias | STRING(255) | Search criterion "Alias" |
tTimeout | TIME | Duration until the procedure is aborted. |
stRecordingInfo | Json description of the recording |
Return value
Name | Type | Description |
---|---|---|
GetRecordingInfoByAlias | BOOL | Is TRUE when completed |