getInstance
Function Usage
Obtains a single instance.
Restrictions
N/A
Prototype
static VmiTouch getInstance()
Parameters
Field Name |
Input/Output |
Field Type |
Description |
|---|---|---|---|
N/A |
Output |
VmiTouch |
public static VmiTouch getInstance() { return instance; } instance: instance of the VmiTouch type. |
Returns
Data type: VmiTouch instance
Example Call
1 2 3 4 | void Test() { VmiTouch instance = VmiTouch.getInstance(); } |
Parent topic: External APIs of the Touch Engine Client (Java)