Hi Team,
If we want to use the external functions we will use it like below shown example inside the DeviceClass
native
{
extern void function_name();
function_name();
}
Now here i want to check this at the time of prototying then we will use the class varient .
query . How that function will be called using class varient vclass(Device class) as you did in the coffee example in quick tour (9th point).
Could you please explain .
Regards,
varun kumar