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