DllFunction.Call_Int8

Prototypes

byte Call_Int8()

Return Value

The method's return value is the return value from the DLL function.

Parameters

None

Remarks

When you call this method, IMLPlus calls the specified DLL function and expects the return value to be an 8-bit integer.

Example
declare byte retvalue;
retvalue = func.Call_Int8();