Skip to main content
Skip table of contents

TOnTpPopupCB

Features

This is a callback function that is called when a user pop-up feature is used in the robot controller.  

As the callback function is executed automatically in the case of a specific event, a code that requires an excessive execution time (within 50 msec) within the callback function should not be made.

Parameter

Parameter Name

Data Type

Default Value

Description

tPopup

struct.MESSAGE_POPUP

-

Refer to definition of structure

Return

None.

Example

CPP
void OnTpPopupCB(LPMESSAGE_POPUP tPopup)
{
//When tp popup command is called 
}

int main()
{
Drfl.SetOnTpPopup(OnTpPopupCB);
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.