RTI Connext C# API Version 7.2.0
Rti.Types.Dynamic.LoanedDynamicData Struct Reference

Gives temporary access to a member of another DynamicData object. More...

Inherits IDisposable.

Public Member Functions

void Dispose ()
 Returns the loan. More...
 

Properties

DynamicData Data [get]
 Gets the loaned data sample. More...
 
DynamicData Parent [get]
 Gets the sample where Data is loaned from. More...
 

Detailed Description

Gives temporary access to a member of another DynamicData object.

Member Function Documentation

◆ Dispose()

void Rti.Types.Dynamic.LoanedDynamicData.Dispose ( )
inline

Returns the loan.

Property Documentation

◆ Data

DynamicData Rti.Types.Dynamic.LoanedDynamicData.Data
get

Gets the loaned data sample.

◆ Parent

DynamicData Rti.Types.Dynamic.LoanedDynamicData.Parent
get

Gets the sample where Data is loaned from.