very impressed with RFM69HW module for wireless

I haven't gotten around to implementing what I want to do with them. Need to figure out how to pass along a user defined struct.

you should address the struct as an array of bytes, so you can do

RFM69HW.write(&struct, sizeof(struct));

assuming the class has a write(byte array, len) function.