Lidgren Network Library documentation |
NetBuffer..::..Data Property |
NetBuffer Class See Also Send Feedback |
Gets or sets the internal data buffer
Namespace: Lidgren.Network
Assembly: Lidgren.Network (in Lidgren.Network.dll) Version: 2012.1.7.0 (2012.1.7.0)
Syntax
C# |
---|
public byte[] Data { get; set; } |
Visual Basic |
---|
Public Property Data As Byte() Get Set |
Visual C++ |
---|
public: property array<unsigned char>^ Data { array<unsigned char>^ get (); void set (array<unsigned char>^ value); } |