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

Extracts the specified number of bytes from zUdpClient's internal read buffer.

File

zUdpClient.h

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