Skip to content

9f33d26f 2cfa b107 ccef 5d92fe50e952

Arthur Frederico Neves edited this page Jul 19, 2016 · 3 revisions

BasePack.buffer Field

Hold the pack information. Used by Publisher to send the information

Namespace: NETLIB
Assembly: NETLIB (in NETLIB.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

protected byte[] buffer

VB

Protected buffer As Byte()

C++

protected:
array<unsigned char>^ buffer

F#

val mutable buffer: byte[]

Field Value

Type: Byte[]

See Also

Reference

BasePack Class
NETLIB Namespace

Clone this wiki locally