OpenMetaverse Protocol Library Developers API Documentation
FromBytes Method (bytes, i)
NamespacesOpenMetaverse.PacketsPacketBlockFromBytes( array< Byte > [] () [] [] , Int32 % )
Create a block from a byte array
Declaration Syntax
C#
public
abstract
void
FromBytes(

byte[]
bytes,

ref
int
i
)
Parameters
bytes ( array< Byte > [] () [] [] )
Byte array containing the serialized block
i ( Int32 %)
Starting position of the block in the byte array. This will point to the data after the end of the block when the call returns

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)