IWheel.GetVariablesFromDevice Method

Retrieves the values of up to ten variables from application memory, starting at the specified address.

Syntax

public:
void GetVariablesFromDevice(
         uint32 address
)  

Parameters

address
Type: uint32 

  Starting address of a contiguous block in application memory to retrieve variable values from.

Remarks

Important This method triggers the IWheel.ApplicationMemoryGet event for each variable queried in application memory. Listen to this event to get the values of the queried variables.

Requirements

Namespace: Microsoft.Xbox.Input

Metadata: microsoft.xbox.input.winmd

See also

Reference

IWheel Interface

IWheel Members

Microsoft.Xbox.Input Namespace