seed-example.js revision bf05675a2007af645b1998d5b7c60ab7bf2dc1fc
// seed example
function print_device (device) {
}
}
print ("");
}
}
var d;
if (d == null) {
print ("query_by_device_number 0x810 -> null");
} else {
print_device (dd);
print ("--------------------------------------------------------------------------");
while (d != null) {
print_device (d);
print ("");
d = d.get_parent ();
}
}