
Application Development Function Library - ADM API MVI-ADM ♦ 'C' Programmable
Developer's Guide 'C' Programmable Application Development Module
Page 126 of 342 ProSoft Technology, Inc.
February 20, 2013
ADM_DAWriteSendCtl
Syntax
int ADM_DAWriteSendCtl(ADMHANDLE adm_handle, ADM_INTERFACE *adm_interface_ptr,
int app_port, int marker);
Parameters
Handle returned by previous call to ADM_Open
Pointer to ADM_INTERFACE structure which contains structure
pointers needed by the function
Application serial port referenced
Flow control symbol to output to the data analyzer screen
Description
This function may be used to send a transmit flow control symbol to the data
analyzer screen. The control symbol will appear between two angle brackets:
<R+>, <R->, <CS>.
adm_handle must be a valid handle returned from ADM_Open.
Valid values for marker are:
MVI94 Note
Only application port 0 is valid for the MVI94.
Return Value
No errors were encountered
adm_handle does not have access
Value of marker is not valid
Example
ADMHANDLE adm_handle;
ADM_INTERFACE *interface_ptr;
ADM_INTERFACE interface;
interface_ptr = &interface;
ADM_DAWriteSendCtl(adm_handle, interface_ptr, app_port, RTSON);
See Also
ADM_DAWriteRecvCtl (page 127)
Comentarios a estos manuales