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