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

조회 수: 1 (최근 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 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