R3AppDoMsgAWhenIdle

FUNCTION:

R3AppDoMsgAWhenIdle

TEMPLATE:

void R3AppDoMsgAWhenIdle(R3APP *app, R3OBJ *obj, int mth, void *data);

PARAMETERS:

app - application context returned by R3AppCreate().

RETURN VALUE:

-

DESCRIPTION:

Sends a message to an object when there is no better things to do. These functions increments the reference count of object to whom the message is to be send. When the message is finally send, the reference count is decermented.