int FX::FXIPCMsg::headerLength (  )  const throw () [inline, inherited]

Length of the header only when serialised.

Definition at line 226 of file FXIPC.h.

References FX::FXIPCMsg::FlagsHasRouting, and FX::FXIPCMsg::minHeaderLength.

00226 { return minHeaderLength+((myflags & FlagsHasRouting) ? sizeof(FXuint) : 0); }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:09 2009 for TnFOX by doxygen v1.4.7