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