sendSpeechDataEx

Starts sending the data to the access point.

If the Haruzira is in reproducing, accumulated in the data buffer of the access point. If the buffer is in full, is discarded transmission data, and an error is returned to the sender. (The buffer size can be set by using Haruzira.)

Syntax

  • C#: public async Task<string> sendSpeechDataEx()
  • Ruby: sendSpeechDataEx()
  • Python: sendSpeechDataEx()

 

Parameters

None

Return

Timestamp. (Is generated when make a speech data transmission, it gives the uniqueness of the transmitted data.)

If sending is succeed,  “hh: mm: ss” string of 8 byte is returned in the notation. (example: “21:08:30”)

If sending is failed,  is returned a null value.

  • C#: null
  • Ruby: nil
  • Python: None

 

 

Examples

C#

 

Ruby

 

Python