Declaration
unsigned int (_stdcall * WriteToLine)(HOBJ StID, void * Data, unsigned int Len);

Parameters
StID Communication station ID.
Data Pointer to a buffer of the data to send.
Len Number of bytes to send.

Description

The function writes data with defined length into an asynchronous line with parameters defined according to a mode of particular station.


Return value
True / False according to the function success.
Napíšte komentár