Click or drag to resize

SFSArrayAddByteArray Method

Appends a ByteArray object to the end of this array.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public void AddByteArray(
	ByteArray val
)

Parameters

val
Type: Sfs2X.UtilByteArray
The ByteArray object to be appended to this array.

Implements

ISFSArrayAddByteArray(ByteArray)
Remarks
IMPORTANT: ByteArrays transmission is not supported in Unity WebGL.
See Also