typedef sequence ByteSeq; interface ls { void sendData(in ByteSeq data); ByteSeq getData(in long size); };