beautypg.com

10 deletereceivepipe, Method, 11 status – Teledyne LeCroy Automation API for Bluetooth Exercisers User Manual

Page 12: Property

background image

CATC

Automation API for CATC Bluetooth Exercisers

Manual Version 1.01

9

BSTR pipe_name [in]:

Name of the receive pipe.

Errors:

BTEXERCISER_ERROR_PIPE_NOT_FOUND:

No receive pipe with this name can be found.

BTEXERCISER_ERROR_BUSY:

The application status not ready.

Requirements:
BTTrainer 2.01

2.2.10 DeleteReceivePipe Method

HRESULT DeleteReceivePipe ( BSTR pipe_name )


Deletes a receive pipe. Returns failure if the receive pipe does not exist.

BSTR pipe_name [in]:

Name of the receive pipe.

Errors:

BTEXERCISER_ERROR_PIPE_NOT_FOUND:

No receive pipe with this name can be found.

BTEXERCISER_ERROR_BUSY:

The application status not ready.

Requirements:
BTTrainer 2.01

2.2.11 Status Property

EBTAppStatus Status


The current status of the application. This is a read-only property. Valid values are:

BTAPP_STATUS_INITIALIZING

The application initialization process has not completed yet.

BTAPP_STATUS_INIT_FAILED

The application initialization process failed.

BTAPP_STATUS_READY

The application is ready to go.

BTAPP_STATUS_BUSY