public static YachtEventCode Read(byte[] buf) { var ye = new YachtEventCode(); Read(buf, 0, ye); return ye; }