Hi Frodo,
I almost got the blasting working, but I whant to ask for you advice before I go on.
In the EventArgs class that contains the information for the event, there is no channel number information in the IChannel object, besides the one inside the string returned by the ToString() method.
I understand that the IChannel object for the AnalogCards do have that information, but I can't (at least don't know how) access this properties in the eventArg.
Do you think parsing the textstring looking for the channel number is the way to go or the interfaces/properties are subject to change?
Please keep in mind that I started coding for .Net not very long ago, so if I'am making some mistake, please let me know.
Thanks for your help.
Julio |