ProSoft Technology MVI69-ADM User Manual

Page 277

Advertising
background image

MVI-ADM ♦ 'C' Programmable

CIP Messaging Library Functions

'C' Programmable Application Development Module

Developer's Guide

ProSoft Technology, Inc.

Page 277 of 342

February 20, 2013

MVIHANDLE connHandle;
BYTE buffer[128];
// Read 128 bytes from the connected data buffer
MVIcip_ReadConnected(handle, connHandle, buffer, 0, 128 );

See Also
MVIcip_WriteConnected (page 275)

Advertising