Method FromBytePointer
FromBytePointer(byte*, int)
Convert a raw buffer to an allocation ID.
Declaration
public static RelayAllocationId FromBytePointer(byte* dataPtr, int length)
Parameters
Type | Name | Description |
---|---|---|
byte* | dataPtr | Raw pointer to buffer to convert. |
int | length | Length of the buffer to convert. |
Returns
Type | Description |
---|---|
RelayAllocationId | New allocation ID. |