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 个评论

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 个)

类别

帮助中心File Exchange 中查找有关 Write COM Applications to Work with MATLAB 的更多信息

提问:

2011-12-15

Community Treasure Hunt

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

Start Hunting!

Translated by