Get a single byte datum from the CSR

Namespace:  VideoRay.Communication
Assembly:  vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public byte CSR_GetByte(
	ref uint addr
)
Visual Basic (Declaration)
Public Function CSR_GetByte ( _
	ByRef addr As UInteger _
) As Byte
Visual C++
public:
unsigned char CSR_GetByte(
	unsigned int% addr
)

Parameters

addr
Type: System..::.UInt32 %
Address of datum, will be incremented by call

Return Value

Data value

See Also