Get a 16-bit unsigned datum from the CSR

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

Syntax

C#
public ushort CSR_Get_UInt16(
	ref uint addr
)
Visual Basic (Declaration)
Public Function CSR_Get_UInt16 ( _
	ByRef addr As UInteger _
) As UShort
Visual C++
public:
unsigned short CSR_Get_UInt16(
	unsigned int% addr
)

Parameters

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

Return Value

Data value

See Also