Receive buffer
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Property ReceiveBuffer As Byte() <CompilerGeneratedAttribute> Get <CompilerGeneratedAttribute> Set End Property |
| C# |
|---|
| public byte[] ReceiveBuffer { [CompilerGeneratedAttribute] get; [CompilerGeneratedAttribute] set; } |
| C++ |
|---|
| public property byte[] ReceiveBuffer sealed { array<char>^ get(); void set(array<char>^ value); } |
| J# |
|---|
| /** property */ public byte[] get_ReceiveBuffer(); /** property */ public void set_ReceiveBuffer(byte[] value); |
| JScript |
|---|
| public CompilerGeneratedAttribute function get ReceiveBuffer() : Byte[] public CompilerGeneratedAttribute function set ReceiveBuffer(value : Byte[]); |