Method | Description | |
---|---|---|
HandleWebTemplate ( string aTemplateName, long aNumArgs, Array anArgs, string &aResult ) : int |
OPCToolbox callback handler for the HTTP server requests. This method must be overriden for the OPC server application usage. The pattern is that the Web client provides a Template name with some arguments and the Template handler will build a result string accordingly to the application's need.
|
|
WebTemplate ( ) : System |
Default constructor. No features implemented
|
public HandleWebTemplate ( string aTemplateName, long aNumArgs, Array anArgs, string &aResult ) : int | ||
aTemplateName | string | /// name of the template to be resolved. /// |
aNumArgs | long | /// the number of arguments of the Template. /// |
anArgs | Array | /// the string array with the arguments. /// |
aResult | string | /// out string parameter to be filled by the method. /// |
return | int |