MIL-STD-1553 Reference Manual
Chapter 2 - Library Administration and Initialization Functions
2.1.19 ApiPrintfOnServer
Prototype:
AiInt16 ApiPrintfOnServer( const AiUChar *szMsg );
Driver Command:
none
Purpose:
Prints a message on the console output of the AIM Network Server (ANS).
Note: The network connection to the server PC already has to be established with the
ApiConnectToServer call.
Input
A
A
i
i
U
U
C
C
h
h
a
a
r
r
*
*
s
s
z
z
M
M
s
s
g
g
Message that shall be printed on the console output of the ANS.
Output
Return Value
All API functions return API_OK if no error occurred. If the return value is not equal
to API_OK the function ApiGetErrorDescription can be used to obtain an error
description.