The following tables list the members exposed by XmlIO.
Name | Description | |
---|---|---|
XmlIO Constructor |
Name | Description | |
---|---|---|
ReadBuffer | De-serializes the text in the specified string into an OPCItemDef array. Errors throw an exception. The application program needs to catch and handle these exceptions. | |
ReadFile | Reads the specified file and de-serialize it into an OPCItemDef array. Errors throw an exception. The application program needs to catch and handle these exceptions. | |
WriteBuffer | Serializes the specified OPCItemDef array into the specifed string. Errors throw an exception. The application program needs to catch and handle these exceptions. | |
WriteFile | Serializes the specified OPCItemDef array and writes the XML text into the specified file. Errors throw an exception. The application program needs to catch and handle these exceptions. |