Search results object.
More...
#include <string.h>
#include <stdio.h>
#include "techtype.h"
#include "hbbtv_js.h"
#include "hbbtv_sif_os.h"
#include "object.h"
#include "debug.h"
#include "hbbtv_string.h"
#include "collection.h"
#include "metadata_search.h"
#include "programme.h"
|
void * | JS_SEARCH_RESULTS_CLASS = &s_vtab |
|
Search results object.
- Date
- 01/01/2013
- Author
- Adam Sturtridge
void HBBTV_JSSearchResults_abort |
( |
void * |
obj | ) |
|
void abort( ), Section 7.12.4.2
- Note
- void abort()
-
Section 7.12.4.2
U32BIT HBBTV_JSSearchResults_getOffset |
( |
void * |
obj | ) |
|
readonly Integer offset, Section 7.12.4.1
- Note
- readonly Integer offset
-
Section 7.12.4.1
BOOLEAN HBBTV_JSSearchResults_getResults |
( |
void * |
obj, |
|
|
U32BIT |
offset, |
|
|
U32BIT |
count |
|
) |
| |
Boolean getResults( Integer offset, Integer count ), Section 7.12.4.2.
- Note
- Boolean getResults(Integer offset, Integer count)
-
Section 7.12.4.2
U32BIT HBBTV_JSSearchResults_getTotalSize |
( |
void * |
obj | ) |
|
readonly Integer totalSize, Section 7.12.4.1
- Note
- readonly Integer totalSize
-
Section 7.12.4.1
void* HBBTV_SrchResultsCreate |
( |
void * |
metadata_search | ) |
|
SearchResults implements a collection, this function returns a collection object.
- Returns
- Collection object