vrLib SDK Documentation
CSR_GetByte Method (addr)
NamespacesVideoRay.CommunicationCSRCSR_GetByte(UInt32%)
Get a single byte datum from the CSR
Declaration Syntax
C#Visual BasicVisual C++
public byte CSR_GetByte(
	ref uint addr
)
Public Function CSR_GetByte ( _
	ByRef addr As UInteger _
) As Byte
public:
unsigned char CSR_GetByte(
	unsigned int% addr
)
Parameters
addr ( UInt32 %)
Address of datum, will be incremented by call
Return Value
Data value

Assembly: vrLib (Module: vrLib) Version: 2.0.1.0 (2.0.1.0)