PlayTime
|
Início Anterior Próximo |
|
Delphi:
|
function PlayTime(Port: Smallint; Value: string;
|
TermDigits: string;
|
PauseBefore: integer): smallint;
|
|
|
Visual Basic:
|
Function PlayTime(Port As Integer, Value as String,
|
TermDigits as String, PauseBefore as integer) as Integer
|
|
Port Indica o canal da Placa.
|
Value Uma string ou variável contendo a hora a ser reproduzida. Obrigatoriamente a hora deve estar representada no formato hh:mm:ss ou hh:mm
|
TermDigits - É uma string contendo um ou mais dígitos, que ao serem detectados finaliza a reprodução das mensagens e gera os eventos OnPlayStop e OnDigitsReceived.
|
PauseBefore Indica uma pausa de n milisegundos antes de iniciar a reprodução
|