Subversion Repositories Projects

Rev

Rev 1540 | Rev 1566 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

package dongfang.mkt.frames;

import java.io.IOException;


public class WriteParamSetRequestFrame extends RequestFrame {
        WriteParamSetRequestFrame(int address) {
                super(address);
        }

        @Override
        public void accept(RequestFrameVisitor o) throws IOException {
        }
}