GetRecordingInfoByKey
Syntax
METHOD GetRecordingInfoByKey : BOOL
VAR_INPUT
sRecordDataKey : GUID;
tTimeout : TIME;
stRecordingInfo : T_ALY_SPRecordData_Desc;
END_VAR
Inputs
Name | Type | Description |
---|---|---|
sRecordDataKey | GUID | Search criterion "RecordDataKey" |
tTimeout | TIME | Duration until the procedure is aborted. |
stRecordingInfo | Json description of the recording |
Return value
Name | Type | Description |
---|---|---|
GetRecordingInfoByKey | BOOL | Is TRUE when completed |