2011 TV で 2.5 SDK を実行しています。
ここにある Network API を使用してネットワーク接続を確認できません: http://www.samsungdforum.com/upload_files/files/guide/data/html/html_2/api_reference/javascript_apis/deviceapi/deviceapi_network.html
値は 1 または 0 のいずれかを返すはずですが、取得しているのは -1 だけです。
私のコードは次のとおりです。
index.html
<object id='pluginNetwork' classid='clsid:SAMSUNG-INFOLINK-NETWORK'></object>
<object id='pluginObjectTV' classid='clsid:SAMSUNG-INFOLINK-TV'></object>
添付されたjs:
var network = document.getElementById('pluginNetwork');
var tvPlugin = document.getEelementById('pluginObjectTV');
var ProductType = tvPlugin.GetProductType();
var phyConnection = network.CheckPhysicalConnection(ProductType); //returns -1
var http = network.CheckHTTP(ProductType); //returns -1
var gateway = network.CheckGateway(ProductType); //returns -1