Set data in the CSR memory space in a thread safe manner
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public void CSR_SetData( uint addr, byte[] data ) |
Visual Basic (Declaration) |
---|
Public Sub CSR_SetData ( _ addr As UInteger, _ data As Byte() _ ) |
Visual C++ |
---|
public: void CSR_SetData( unsigned int addr, array<unsigned char>^ data ) |
Parameters
- addr
- Type: System..::.UInt32
Address of data to set
- data
- Type: array<
System..::.Byte
>[]()[]
Data bytes