public int handler7(setstate msg) { state = msg.x; return state; }
public int h4(setstate msg) { state = msg.x; return state; }