Declaration


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


StIDCommunication station ID.
DataPointer to a buffer of the data to send.
LenNumber of bytes to send.
Description


The function writes data with specified length into Serial, MOXA IP Serial Library or SerialOverUDP Device Redundant, in case of first two lines with parameters defined according to specified mode of a particular station.


Return value
True / False according to the function success.