HbbTv  17.9.0
Open source HBBTV engine
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Functions | Variables
search_results.c File Reference

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"

Functions

U32BIT HBBTV_JSSearchResults_getOffset (void *obj)
 readonly Integer offset, Section 7.12.4.1 More...
 
U32BIT HBBTV_JSSearchResults_getTotalSize (void *obj)
 readonly Integer totalSize, Section 7.12.4.1 More...
 
BOOLEAN HBBTV_JSSearchResults_getResults (void *obj, U32BIT offset, U32BIT count)
 Boolean getResults( Integer offset, Integer count ), Section 7.12.4.2. More...
 
void HBBTV_JSSearchResults_abort (void *obj)
 void abort( ), Section 7.12.4.2 More...
 
void * HBBTV_SrchResultsCreate (void *metadata_search)
 SearchResults implements a collection, this function returns a collection object. More...
 

Variables

void * JS_SEARCH_RESULTS_CLASS = &s_vtab
 

Detailed Description

Search results object.

Date
01/01/2013
Author
Adam Sturtridge

Function Documentation

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