IDigitalIOWriteOutputBit Method

CVB.Net Documentation
Write a single output port to the device.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

void WriteOutputBit(
	int port,
	bool value
)

Parameters

port
Type: SystemInt32
Port index to write.
value
Type: SystemBoolean
true for hight state; false for low.
See Also

Reference