Local System objrcy.
More...
#include "techtype.h"
#include "dbgfuncs.h"
#include "hbbtv_types.h"
#include "hbbtv_js.h"
#include "hbbtv_sif_os.h"
#include "hbbtv_sif_conf.h"
#include "hbbtv_sif_network.h"
#include "object.h"
#include "hbbtv_internal.h"
#include "hbbtv_string.h"
#include "network_interface.h"
#include "collection.h"
#include "hbbtv_control.h"
#include "queue.h"
#include "debug.h"
|
void * | JS_LOCAL_SYSTEM_CLASS = &s_vtab |
|
Local System objrcy.
- Date
- April 2014
- Author
- Sergio Panseri
void* HBBTV_JSLocalSystem_getDeviceID |
( |
void * |
obj | ) |
|
readonly String deviceID, section 7.3.3.1
- Parameters
-
- Returns
- String object
void* HBBTV_JSLocalSystem_getFamilyName |
( |
void * |
obj | ) |
|
readonly String familyName, section 7.3.3.1
- Parameters
-
- Returns
- String object
void* HBBTV_JSLocalSystem_getHardwareVersion |
( |
void * |
obj | ) |
|
readonly String hardwareVersion, section 7.3.3.1
- Parameters
-
- Returns
- String object
void* HBBTV_JSLocalSystem_getModelName |
( |
void * |
obj | ) |
|
readonly String modelName, section 7.3.3.1
- Parameters
-
- Returns
- String object
void* HBBTV_JSLocalSystem_getNetworkInterfaces |
( |
void * |
obj | ) |
|
readonly NetworkInterfaceCollection networkInterfaces, section 7.3.3.1
- Parameters
-
- Returns
- NetworkInterface collection
void* HBBTV_JSLocalSystem_getOipfProfile |
( |
void * |
obj | ) |
|
readonly String oipfProfile. This property is part of OIPF Vol. 5, it implements the LocalSystem oipfProfile property
- Parameters
-
- Returns
- String object
BOOLEAN HBBTV_JSLocalSystem_getPvrEnabled |
( |
void * |
obj | ) |
|
readonly Boolean pvrEnabled, section 7.3.3.1
- Parameters
-
void* HBBTV_JSLocalSystem_getSoftwareVersion |
( |
void * |
obj | ) |
|
readonly String softwareVersion, section 7.3.3.1
- Parameters
-
- Returns
- String object
void* HBBTV_JSLocalSystem_getVendorName |
( |
void * |
obj | ) |
|
readonly String vendorName, section 7.3.3.1
- Parameters
-
- Returns
- String object