IBNCSClient.BNCSSetRedundancyState Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Core.DriverFramework.Interfaces Namespace > IBNCSClient Interface > IBNCSClient Methods >

IBNCSClient.BNCSSetRedundancyState Method

Sets the redundancy state for a specific device.

Namespace: BNCS.Core.DriverFramework.Interfaces
Assembly:  BNCS.Core.DriverFramework (in BNCS.Core.DriverFramework.dll)

 

Syntax


void BNCSSetRedundancyState(
 uint deviceId,
 Enums.BncsRedundancyStates redundancyState
)

Parameters

deviceId

Type: UInt32
The ID of the device to set the redundancy state for.

redundancyState

Type: BNCS.Core.DriverFramework.Classes.Enums.BncsRedundancyStates
The redundancy state to set for the device.

 

See Also


IBNCSClient Interface

BNCS.Core.DriverFramework.Interfaces Namespace