RTI Connext C# API  6.1.2
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 Dispose ( )

Returns the loan.

Property Documentation

◆ Data

DynamicData Data
get

Gets the loaned data sample.

◆ Parent

DynamicData Parent
get

Gets the sample where Data is loaned from.