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

1 次查看(过去 30 天)
Is it possible to return C# class object from the COM server to event callback in MATLAB?
  1 个评论
Michael Teo
Michael Teo 2011-12-16
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?

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Write COM Applications to Work with MATLAB 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by