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

3 ビュー (過去 30 日間)
Michael Teo
Michael Teo 2011 年 12 月 15 日
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 Center および File ExchangeWrite 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