...
You can edit Template Code, Template Context, or individual templates within Connexion. Each of these components plays a role in the processing of the device.
Info |
---|
Each item (code, context, template) contains comments to assist with coding. Consult these comments for additional information. |
Editing template code
The Template Code identifies variables that will be passed to the template, as well as identifying the specific template to use with the device. The Template Code contains one public class called CustomDevice. The name of this public class cannot be changed.
You can edit the sample Template Code that is standard with the device or create your own code. Code can be written in either C# or VB.
Above is a sample of Template Code. Code can be written directly in Connexion, or copied to Visual Studio for editing.