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

1 visualización (últimos 30 días)
Michael Teo
Michael Teo el 15 de Dic. de 2011
Is it possible to return C# class object from the COM server to event callback in MATLAB?
  1 comentario
Michael Teo
Michael Teo el 16 de Dic. de 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?

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Write COM Applications to Work with MATLAB en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by