OBJECTS 

Object RFERROR

Description

Formatted error messages to user.
An error message is an array of text lines, and may need user input or will be temporarily displayed.
A "default" error tone is played when displaying the error message.

How To

Display an error message.

Declaration

Public wsRfError As New RFERROR

Methods

Building
Displaying
Tone
Errors
Reference

Building

ClearError Clears the local text array.
SetErrorLine Adds a text line to the error message array.

Displaying

Display * Sends the array to the client and displays it (plays the "error" tone if it exists).

Tone

SetToneDefault Sets the default tone played when an error is displayed.

Errors

RFGetLastError Returns the status of WireLess Studio link.

Reference

ClearError Clears the local text array 
Display * Sends the array to the client and displays it.
SetErrorLine Adds a text line to the error message array.