ISFSArrayAddByteArray 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 void AddByteArray(
ByteArray val
)
Parameters
- val
- Type: Sfs2X.UtilByteArray
The ByteArray object to be appended to this array.
Remarks IMPORTANT: ByteArrays transmission is not supported in Unity WebGL.
See Also