Table of Contents

Class StateReadyEventArgs

Namespace
MASES.DataDistributionManager.Bindings
Assembly
DataDistributionManagerNet.dll

Event args for StateReadyEvent event

public class StateReadyEventArgs : EventArgs
Inheritance
StateReadyEventArgs
Inherited Members

Properties

Buffer

The managed buffer received

public byte[] Buffer { get; }

Property Value

byte[]

Length

The length of the received buffer

public long Length { get; }

Property Value

long

NativeBuffer

The native pointer of the buffer

public IntPtr NativeBuffer { get; }

Property Value

IntPtr