Utility.QueryDriver Method

Invokes driver methods through a lookup table of driver commands.

Namespace: Microsoft.SPOT.Hardware
Assembly: Microsoft.SPOT.Hardware (in microsoft.spot.hardware.dll)

Syntax

[MethodImplAttribute]
public static Object QueryDriver (
         stringdriverId,
         stringcommandId,
         Object[] values
)

Parameters

  • driverId
    A string that represents a driver indentifier (ID).
  • commandId
    A string that represents a command indentifier (ID).
  • values
    [ParamArrayAttribute] An array of objects to be passed as arguments to the command.

Return Value

The return value from the invoked driver method, in object format.

Version Information

Available in .NET Micro Framework version 2.0, 2.5

See Also

Reference

Utility Class
Utility Members
Microsoft.SPOT.Hardware Namespace