code: 9ferno

ref: b2509ed78c437b8f49637c39279b8fb0a417e826
dir: /appl/cmd/lego/rcxsend.m/

View raw version
RcxSend : module {
	PATH: con "/dis/lego/rcxsend.dis";

	init: fn (pnum, dbg : int) : string;
	send : fn (data : array of byte, slen, rlen : int) : array of byte;
};