Table of Contents

TTMSFNCWebSocketBitConverter.From Method

Writes the raw bytes of a typed value into the start of a byte buffer.

API unit family: TMSFNCWebSocketCommon Declaring type: TTMSFNCWebSocketBitConverter

Syntax

class procedure From;

Parameters

Name Description
Value Value whose bytes are copied into the buffer.
Buffer Destination buffer that receives the bytes; it must already be sized to hold at least SizeOf(T) bytes.