Skip to main content

System Coupling Fortran library 2024 R2

sysccouplinginterfacegetdatatransferf Interface Reference

Last update: 17.07.2025

Provide an interface to get a data transfer from a coupling interface. More...

Public Member Functions

type(syscdatatransferf) function sysccouplinginterfacegetdatatransferf (couplinginterface, index)
 Get a data transfer from a coupling interface.
 

Detailed Description

Provide an interface to get a data transfer from a coupling interface.

Definition at line 253 of file syscCouplingInterfaceF.fi.

Constructor & Destructor Documentation

◆ sysccouplinginterfacegetdatatransferf()

type(syscdatatransferf) function sysccouplinginterfacegetdatatransferf ( type(sysccouplinginterfacef), intent(in)  couplinginterface,
integer(kind=8), intent(in)  index 
)

Get a data transfer from a coupling interface.

Definition at line 259 of file syscCouplingInterfaceF.fi.

261!
262 import :: sysccouplinginterfacef, syscdatatransferf
263 type(SyscCouplingInterfaceF), intent(in) :: couplingInterface
264 integer(kind=8), intent(in) :: index
265 type(SyscDataTransferF) :: ret
266!
267!DIR$ IF DEFINED(_WIN32) .and. ( .not. DEFINED(SYSTEM_COUPLING_PARTICIPANT_PROXY))
268!DIR$ ATTRIBUTES DLLIMPORT :: syscCouplingInterfaceGetDataTransferF
269!DIR$ ENDIF
270!

Connect with Ansys