IRegPortWrite Method (Int64, Int32)

CVB.Net Documentation
Writes the value to address.

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

void Write(
	long address,
	int value
)

Parameters

address
Type: SystemInt64
Address to write to.
value
Type: SystemInt32
Value to write to device.
See Also

Reference