IsProtocolServiceSupported
This method is called to query for support of a protocol specific service feature.
Declaration
virtual bool IsProtocolServiceSupported (
SCSIProtocolFeaturefeature,
void *serviceValue ) = 0;Parameters
- feature:
A valid SCSIProtocolFeature. See enums for SCSIProtocolFeature.
- serviceValue:
A pointer to a structure/value that is used in conjunction with the feature requested. See enums for SCSIProtocolFeature. NB: This parameter may be NULL for certain feature requests.
Return Value
true if the feature is supported, false otherwise.
Overview
This method is called to query for support of a protocol specific service feature. Subclasses of IOSCSIProtocolServices should override this method.
See Also
Miscellaneous
AbortCommandAbortTaskAbortTaskSetCheckPowerStateClearACAClearTaskSetExecuteCommandfinalizefreeGetCommandGateGetInitialPowerStateGetUserClientExclusivityStateHandleCheckPowerState()HandleCheckPowerState(UInt32)HandleCheckPowerState(void)HandleGetUserClientExclusivityStateHandlePowerChangeHandleProtocolServiceFeatureHandleSetPowerStateHandleSetUserClientExclusivityStateInitializePowerManagementinitialPowerStateForDomainStateIsPowerManagementIntializedLogicalUnitResetsetPowerStateSetUserClientExclusivityStatesGetPowerTransistionInProgresssGetUserClientExclusivityStatesHandleCheckPowerStatesHandleSetPowerStatesPowerManagementsSetUserClientExclusivityStatestartTargetResetTicklePowerManager()TicklePowerManager(UInt32)TicklePowerManager(void)willTerminate