Click or drag to resize

SFSArrayGetByteArray Method

Returns the element at the specified position as a ByteArray object.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public virtual ByteArray GetByteArray(
	int index
)

Parameters

index
Type: SystemInt32
The position of the element to return.

Return Value

Type: ByteArray
The element of this array as a ByteArray object.

Implements

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