ST_RecordingStatus
Syntax
Definition:
TYPE ST_RecordingStatus :
STRUCT
sAlias : T_MaxString;
sRecordName : T_MaxString;
sRecordDataKey : GUID;
nRecordID : LINT;
nStartTimestamp : LINT;
nLastReceivedSample : LINT;
eStatus : E_RecordingState;
END_STRUCT
END_TYPEParameters
|
Name |
Type |
Description |
|---|---|---|
|
sAlias |
T_MaxString |
sAlias contains the alias name of the recording. |
|
sRecordName |
T_MaxString |
sRecordName contains the name of the record. |
|
sRecordDataKey |
GUID |
Individual GUID of the recording. |
|
nRecordID |
LINT |
Specific ID of the recording. |
|
nStartTimestamp |
LINT |
Start time of the recording. |
|
nLastReceivedSample |
LINT |
Time of the last received data packet of the recording. |
|
eStatus |
Status of the recording. |