os.write(comp.getState());
} catch(Exception e) {
System.out.println("Application::createComponent - exception while writing packet "+e);
System.exit(0);
}
state.outputComplete(); // Finish the output
rtpi.transmitState(state); // Let RTP/I do the rest.
return comp;
}
Subcomponent getSubcomponent(long id) {