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

3 views (last 30 days)
Is it possible to return C# class object from the COM server to event callback in MATLAB?
  1 Comment
Michael Teo
Michael Teo on 16 Dec 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?

Sign in to comment.

Answers (0)

Categories

Find more on Write COM Applications to Work with MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!