Device.SendHardwareCommand Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Sends a hardware-specific command to the force-feedback driver.
Definition
Visual Basic .NET |
Public Function SendHardwareCommand( _ ByVal command As Integer, _ ByVal data() As Byte _ ) As Byte() |
C# |
public byte[] SendHardwareCommand( int command, byte[] data ); |
Managed C++ |
public: Byte SendHardwareCommand( int command, Byte data __gc[] ) __gc[]; |
JScript .NET |
public function SendHardwareCommand( command : int, data : byte[] ) :
byte[]; |
Parameters
Return Value
System.Byte[].
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center