PtTerminalOptionChange

PtTerminalOptionChange — option change callback information.

Synopsis

class PtTerminalOptionChange
{
    new_opts;    // long
    old_opts;    // long
}
		

Description

This class holds information on option changes generated by the Pt_CB_TERM_OPTIONS callback.

Also see Pt_CB_TERM_OPTIONS in the PtTerminal section of the Photon documentation.

Instance Variables

new_opts

A number specifying the value of the new options.

old_opts

A number specifying the value of the previous options.

Associated Classes

PtTerminal, PtCallbackInfo