
Generated C++ Decode Method Format and Calling Parameters
Generated decode functions are invoked through the class interface by calling the base class Decode or DecodeFrom methods. The calling sequence for this method is as follows:
status = <object>.Decode ();An OSXMLDecodeBuffer object must be passed to the <object> constructor prior to decoding. This is where the message stream containing the XML document to be decoded is specified. Several constructors are available allowing the specification of XML input from a file, memory buffer, or another stream.
Objective Systems, Inc.55 Dowlin Forge RoadExton, Pennsylvania 19341 http://www.obj-sys.com Phone: (484) 875-9841 Toll-free: (877) 307-6855 (US only) Fax: (484) 875-9830 info@obj-sys.com |