|
<< 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)
void BNCSSetRedundancyState(
uint deviceId,
Enums.BncsRedundancyStates redundancyState
)
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.
BNCS.Core.DriverFramework.Interfaces Namespace