Class DataFrame
Data frame.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public class DataFrame
Properties
Caps
Gets or sets the caps.
Declaration
public string Caps { get; set; }
Property Value
Type | Description |
---|---|
string | The caps. |
Data
Gets or sets the data.
Declaration
public nint Data { get; set; }
Property Value
Type | Description |
---|---|
nint | The data. |
DataSize
Gets or sets the size of the data.
Declaration
public int DataSize { get; set; }
Property Value
Type | Description |
---|---|
int | The size of the data. |
DataType
Gets or sets the type of the data.
Declaration
public string DataType { get; set; }
Property Value
Type | Description |
---|---|
string | The type of the data. |
Duration
Gets or sets the duration.
Declaration
public TimeSpan Duration { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The duration. |
Timestamp
Gets or sets the timestamp.
Declaration
public TimeSpan Timestamp { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan | The timestamp. |
Methods
Alloc(int)
Allocates memory.
Declaration
public void Alloc(int size)
Parameters
Type | Name | Description |
---|---|---|
int | size | The size. |
Free()
Frees allocated memory.
Declaration
public void Free()
ToArray()
Converts to array.
Declaration
public byte[] ToArray()
Returns
Type | Description |
---|---|
byte[] | System.Byte[]. |