Zen API
zUdpClient_Write
C
zStatus zUdpClient_Write(zUdpClient client, const void* buffer, zUIntPtr size);
Parameters
Parameters 
Description 
zUdpClient client 
zUdpClient object. 
const void* buffer 
Buffer of bytes to write. 
zUIntPtr size 
The number of bytes to write. 
Description

Appends the specified bytes to zUdpClient's internal write buffer.

File

zUdpClient.h

Copyright (c) 2008-2010 by LMI Technologies Inc. All rights reserved.