Click or drag to resize

IGHADevice Interface

[This is preliminary documentation and is subject to change.]

Defines the device driver model for GHA

Namespace:  GHASchema
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
[GHACapabilityAttribute("", "Device")]
public interface IGHADevice

The IGHADevice type exposes the following members.

Properties
  NameDescription
Public propertyVersion
Returns the version number for the device driver
Top
Methods
  NameDescription
Public methodInitalize
Called by the GHA executive during device initialization. Perform device-specific intialization in this method
Public methodInstall
Called by the GHA exective when the device driver is installed
Public methodShutdown
Called by the GHA executive during shutdown operations. Perform device-specific shutdown steps in this method
Public methodUninstall
Called by the GHA executive when the driver is deleted. Perform device-specific uninstall steps
Top
See Also