OBJECTS 

Object RFTONE

Description

Beep generation.
A Tone is an array of sounds (time and frequency) that are built locally by the application.
The built Tone is sent to the terminal that stores it in a file.
The Client program reads this file to perform the beeps.

How To

Performs a Tone.

Look for a Tone file in the client

Declaration

Public wsRfTone As New RFTONE

Methods

Tone Array
Getting and ending
Files Array
Client Files
Beep generation
Errors
Reference

Tone Array

ClearTones Empties the local Tone array.
AddTone Adds a sound in the local Tone array.
RemoveTone Deletes a sound in the local Tone array.
ToneCount The number of sounds in the Tone array.
GetDuration Gets a value from the local Tone array.
SetDuration Sets a value in the local Tone array.
GetFrequency Gets a value from the local Tone array.
SetFrequency Sets a value in the local Tone array.

Getting and Sending

StoreTone * Sends the local Tone array to a file in the WS Client.
GetToneFile * Loads from Client a Tone file, and stores it in the local Tone array.

Files Array

ListToneFiles * Builds an array of Tone filenames existing in the Client.
ToneFileCount The number of Tone files in the Client.
ToneFileName Name of a file in the filenames array.

Client Files

DeleteToneFile Deletes in the Client a Tone file.

Beep generation

PlayTone * Performs beeps following sounds in Tone file.

Errors

RFGetLastError Returns the status of WireLess Studio link.

Reference

AddTone Adds a sound in the local Tone array.
ClearTones Empties the local Tone array.
DeleteToneFile * Deletes a Tone file in the Client.
GetDuration Gets a value from the local Tone array.
GetFrequency Gets a value from the local Tone array.
GetToneFile * Loads a Tone file from the Client, and stores it in the local Tone array.
ListToneFiles * Builds an array of Tone filenames existing in the Client.
PlayTone * Performs beeps following sounds in Tone file.
RemoveTone Deletes a sound in the local Tone array.
RFGetLastError Returns the status of WireLess Studio link.
SetDuration Sets a value in the local Tone array.
SetFrequency Setss a value in the local Tone array.
StoreTone * Sends the local Tone array to a file in the WS Client.
ToneCount The number of sounds in the Tone array.
ToneFileCount The number of Tone files in the Client.
ToneFileName Name of a file in the filenames array.