Class TempMemoryReference
Definition
- Assembly:
- Tizen.Security.TEEC.dll
This type defines a temporary memory reference.
C#Copypublic sealed class TempMemoryReference : BaseParameter<TEFTempMemoryType>
- Inheritance
Constructors
View Source
TempMemoryReference(IntPtr, uint, TEFTempMemoryType)
Constructs a parameter object which holds information about the temporary memory copied to or from TA.
Declaration
C#Copypublic TempMemoryReference(IntPtr buffer, uint size, TEFTempMemoryType type)
Parameters
Type | Name | Description |
---|---|---|
System.IntPtr | buffer | The address of the allocated memory buffer. |
uint | size | The size of the buffer. |
TEFTempMemoryType | type | The kind of access allowed for TA TEFTempMemoryType. |
Properties
Declaration
C#Copypublic IntPtr Buffer { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
Declaration
C#Copypublic uint Size { get; }
Property Value
Type | Description |
---|---|
uint |