IRegPortRead Method (Int64)

CVB.Net Documentation
Reads a four-byte integer from the device.

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

int Read(
	long address
)

Parameters

address
Type: SystemInt64
Address to read four bytes from.

Return Value

Type: Int32
Read four-byte integer.
Remarks

Here you do not need to take device endianness into account.
See Also

Reference