ApplicationMemoryGetEvent Delegate

Represents the callback method that will handle the ApplicationMemoryGet event of a Wheel object.

Syntax

public delegate void ApplicationMemoryGetEvent(
         IWheel pIWheel,
         uint32 address,
         Array<uint32>^ pData
)  

Parameters

pIWheel
Type: IWheel 

IWheel object that fired the event.

address
Type: uint32 

  Address of the variable in application memory that fired the event.

pData
Type: uint32 

  Value of the variable in application memory that fired the event.

Remarks

Important This delegate receives the information returned from a call to the Wheel.GetVariablesFromDevice method.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

Microsoft.Xbox.Input Namespace