Can com server callback event in MATLAB return C# class object?

3 Ansichten (letzte 30 Tage)
Michael Teo
Michael Teo am 15 Dez. 2011
Is it possible to return C# class object from the COM server to event callback in MATLAB?
  1 Kommentar
Michael Teo
Michael Teo am 16 Dez. 2011
To illustrate in more details,
> cs = actxserver('dataserver'); % register com server
> cs.registerevent('eventcall'); % register event callback method
In eventcall.m, function eventcall(varargin), can the varargin be a C# class object?

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Write COM Applications to Work with MATLAB finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by