Teledyne-lecroy Automation API for Bluetooth Exercisers Manual de usuario Pagina 10

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 17
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 9
CATC Automation API for CATC Bluetooth Exercisers Manual Version 1.01
7
BTTrainer 2.01
2.2.5 CreateTransmitPipeData Method
HRESULT CreateTransmitPipeData( BSTR pipe_name, VARIANT data )
Adds a transmit pipe to the data transfer manager. Initializes it with the data that is
passed in. Returns failure if a transmit pipe of the same name already exists.
BSTR pipe_name [in]:
Name of the pipe to add.
VARIANT data [in]:
Raw data to transmit. Currently only VT_BSTR is supported.
Errors:
BTEXERCISER_ERROR_PIPE_EXISTS:
A transmit pipe with this name already exists.
BTEXERCISER_ERROR_BUSY:
The application status not ready.
Requirements:
BTTrainer 2.01
2.2.6 CreateTransmitPipeFile Method
HRESULT CreateTransmitPipeFile( BSTR pipe_name, BSTR file_name)
Adds a transmit file pipe to the data transfer manager.
BSTR pipe_name [in]:
Name of the pipe to add.
BSTR file_name [in]:
Filename of server side file to use.
Errors:
BTEXERCISER_ERROR_PIPE_EXISTS:
A transmit pipe with this name already exists.
BTEXERCISER_ERROR_BUSY:
The application status not ready.
Requirements:
BTTrainer 2.01
Vista de pagina 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 16 17

Comentarios a estos manuales

Sin comentarios