Table of Contents

Class RequestedStateEventArgs

Namespace
MASES.DataDistributionManager.Bindings
Assembly
DataDistributionManagerNet.dll

Event args for RequestedStateEvent event

public class RequestedStateEventArgs : EventArgs
Inheritance
RequestedStateEventArgs
Inherited Members

Properties

Length

The length of the received buffer

public IntPtr Length { get; set; }

Property Value

IntPtr

NativeBuffer

The native pointer of the buffer

public IntPtr NativeBuffer { get; set; }

Property Value

IntPtr