IRMPFBCommunication.InitializeSendBuffers (METH)ΒΆ
METHOD InitializeSendBuffers : BOOL
This provides you with pointers to the buffers holding the RMP data and mirrored variables to be sent.
- InOut:
- Scope - Name - Type - Comment - Return - InitializeSendBuffers- BOOL- Input - pRMPSendData- POINTER TO RMPExchangeData - The data structure used for the generall RMP; this data has to be send via any network connection to the application having the given communication address - pSendVars- POINTER TO RMPVarData - The data list of variables being mirrored to a module in the targeted application; this data has to be send via any network connection to the application having the given communication address - udiSendVarsCount- UDINT- This is the number of variables given via the pointer pSendVars 
