SendToInfrared

Description

Sends the entire infrared queue.

Applies to

POOM objects

Syntax

Integer objectname.SendToInfrared ( )

Argument

Description

objectname

The name of the POOM object

Returns

Integer. Returns 1 for success and one of the following negative values if an error occurs:

Usage

A user must be logged in to a POOM object to send an infrared queue. Calling SendToInfrared turns on the infrared beam and drains the queue.

Examples

Example 1

The following example sends an infrared queue:

li_rtn = g_poom.SendToInfrared()

See also