/AWS1/CL_IOSGETCAPTUREDATARSP¶
Response containing the video data.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_data TYPE /AWS1/IOSCAPTUREBLOB /AWS1/IOSCAPTUREBLOB¶
The binary video data.
io_starttime TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS¶
The actual start time of the returned data.
io_endtime TYPE REF TO /AWS1/CL_IOSTIMEINNANOS /AWS1/CL_IOSTIMEINNANOS¶
The actual end time of the returned data.
iv_datatype TYPE /AWS1/IOSVIDEODATATYPE /AWS1/IOSVIDEODATATYPE¶
The type of the returned data.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOSGETCAPTDATANEXTTOKEN /AWS1/IOSGETCAPTDATANEXTTOKEN¶
The token used to retrieve the next chunk. Absent if no more data is available.
Queryable Attributes¶
data¶
The binary video data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATA() |
Getter for DATA, with configurable default |
ASK_DATA() |
Getter for DATA w/ exceptions if field has no value |
HAS_DATA() |
Determine if DATA has a value |
startTime¶
The actual start time of the returned data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME |
endTime¶
The actual end time of the returned data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME |
dataType¶
The type of the returned data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATATYPE() |
Getter for DATATYPE, with configurable default |
ASK_DATATYPE() |
Getter for DATATYPE w/ exceptions if field has no value |
HAS_DATATYPE() |
Determine if DATATYPE has a value |
nextToken¶
The token used to retrieve the next chunk. Absent if no more data is available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |