Help for this page

Select Code to Download


  1. or download this
    my $Device1 = $sam_server->object("ICF_PersistentDataSet",$device);
    
    my $Deviceinfo = $Device1->invoke("get");
    
  2. or download this
    my $Device2 = $sam_server->put("ICF_PersistentDataSet",$Deviceinfo); 
    or
    
  3. or download this
    my $Device2 = $sam_server->insert("ICF_PersistentDataSet",$Deviceinfo)
    +;