|
<< Click to Display Table of Contents >> Navigation: Reference > BNCS.Core.DriverFramework Namespace > BncsFramework Class > BncsFramework Methods > BncsFramework.DeleteManagedDeviceAdhocParameter Method |
Deletes an ad-hoc parameter from a managed device instance.
Namespace: BNCS.Core.DriverFramework
Assembly: BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)
public static bool DeleteManagedDeviceAdhocParameter(
string instanceId,
string parameterName
)
instanceId
Type: String
The unique identifier of the instance from which the parameter will be deleted.
parameterName
Type: String
The name of the parameter to be deleted.
Returns true if the parameter was successfully deleted; otherwise, false.
Condition |
|
|---|---|
Instance {instanceId} not found |
|
Could not locate instance NMOS Device ID |
|
Parameter {parameterName} is not defined for this instance. |
|
Parameter is not an AdhocParameter |
BNCS.Core.DriverFramework Namespace