PtBasicCallback

PtBasicCallback — toggle status callback information.

Synopsis

class PtBasicCallback
{
    value;    // integer
}
		

Description

This class holds information from a Pt_CB_ACTIVATE callback.

[Note]

For detailed information, please refer to Pt_CB_ACTIVATE in the PtBasic section of the Photon documentation.

Instance Variables

value

A number indicating the toggle status for button-style widgets (1 for IN, 0 for OUT), or the click count if Pt_TOGGLE isn't set.

Associated Classes

PtBasic, PtCallbackInfo