TSignalBuffer.Write Method

Overload List

#SignatureDescription
1void WriteWrites data to the buffer and resizes the buffer, if it is not big enough to hold everything.
2void Write(TVec Src)Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything.

Overload 1: void Write

Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything.

Result: stored in self (calling object)

Overload 2: void Write(TVec Src)

Writes data to the buffer and resizes the buffer, if it is not big enough to hold everything.

#NameTypeDescription
1SrcTVecsource TVec

Result: stored in self (calling object)