05-11-2010 12:48 PM
05-11-2010 01:05 PM
Huuuuuu???????
You just drop it and select in the dialog that is opened the .Net class you are interested in. What else do you want to do?
05-11-2010 01:29 PM
The .NET constructor node performs the same operation as this line (in C#):
MyClass object = new MyClass();
Thus, the output of the constructor is an object of the specified class, and you can then perform operations on it. The constructor node would replace the .NET constant that you have on the block diagram all the way on the left.
05-13-2010 05:49 AM
01-09-2013 11:46 PM
Hi
I am beginner, I am trying to communicate with the slave device(knowing device address), using IT evm usb adapter through I2C protocol used the .NET constructor node to access the drivers. Can any one please help me in finding the proper method for specifying particular register(memory location) of the device to write to that particular register.