code: purgatorio

ref: ec35f468e0eba87c9f09cbbe5fa8af2591e6f914
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;
};