anyKode Marilou
ContentsIndexHome
PreviousUpNext
DeviceExternalCommunicationPort::Write (xkode::lib::String, bool, M32 *, void *)

Write a string in temporary send-buffer.

C++
M32 Write(xkode::lib::String s, bool bIncludeZero, M32 * piDeviceResponse = NULL, void * pReserved = NULL);
Parameters 
Description 
xkode::lib::String s 
[in] String to be sent 
bool bIncludeZero 
[in] Add or not the 0 value after string chars (empty char) 
M32 * piDeviceResponse = NULL 
(see Message
void * pReserved = NULL 
(see Message

MODA_EOK if data is sent.

Write writes a string inside the temporary sent-buffer. Data will be available for the communication port.

Documentation v4.7 (18/01/2015), Copyright (c) 2015 anyKode. All rights reserved.
What do you think about this topic? Send feedback!