Prosoft-technology MVI69-ADM Manual de usuario Pagina 127

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 342
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 126
MVI-ADM 'C' Programmable Application Development Function Library - ADM API
'C' Programmable Application Development Module Developer's Guide
ProSoft Technology, Inc. Page 127 of 342
February 20, 2013
ADM_DAWriteRecvCtl
Syntax
int ADM_DAWriteRecvCtl(ADMHANDLE adm_handle, ADM_INTERFACE *adm_interface_ptr,
int app_port, int marker);
Parameters
adm_handle
Handle returned by previous call to ADM_Open
adm_interface_ptr
Pointer to ADM_INTERFACE structure which contains structure
pointers needed by the function
app_port
Application serial port referenced
marker
Flow control symbol to output to the data analyzer screen
Description
This function may be used to send a receive flow control symbol to the data
analyzer screen. The control symbol will appear between two square brackets:
[R+], [R-], [CS].
adm_handle must be a valid handle returned from ADM_Open.
Valid values for marker are:
RTSOFF
[R-]
RTSON
[R+]
CTSRCV
[CS]
MVI94 Note
Only application port 0 is valid for the MVI94.
Return Value
MVI_SUCCESS
No errors were encountered
MVI_ERR_NOACCESS
adm_handle does not have access
MVI_ERR_BADPARAM
Value of marker is not valid
Example
ADMHANDLE adm_handle;
ADM_INTERFACE *interface_ptr;
ADM_INTERFACE interface;
interface_ptr = &interface;
ADM_DAWriteRecvCtl(adm_handle, interface_ptr, app_port, RTSON);
See Also
ADM_DAWriteSendCtl (page 126)
Vista de pagina 126
1 2 ... 122 123 124 125 126 127 128 129 130 131 132 ... 341 342

Comentarios a estos manuales

Sin comentarios