setEndian

Sets the type of byte-ordering

Syntax

Defining Macros for C++

 	#include "XMLWriter.h	"
 
 METHOD (XmlWriter, setEndian, void) 
    		METHOD_PARM1(int endian)				 
 	END_METHOD
 

C++

 void METHOD_CALL setEndian (
    int   endian);
 

Parameters

endian
(IN) Specifies the byte-order: zero = little-endian and non-zero = big-endian.