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

Is it possible to return C# class object from the COM server to event callback in MATLAB?

1 Commento

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?

Accedi per commentare.

Risposte (0)

Categorie

Richiesto:

il 15 Dic 2011

Community Treasure Hunt

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

Start Hunting!

Translated by