You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In class B there is a method: GetAObj , in this method i want to return a Class A object to javascript and from javascript I want to use that A class object to make function call of class A.
Can anybody help me out in defining GetAObj method of class B ?
Node.js Version: v8.9.4
OS: Linux 64-bit [Ubuntu 14.04]
Thanks in advance.
mod EDIT:ofrobots:fixed formatting
The text was updated successfully, but these errors were encountered:
jay11ca39
changed the title
Sending a another wrapped oject from native addon function
Sending a another wrapped object from native addon function
Mar 21, 2018
Hello All,
I am writing native addon for my CPP library.
I have 2 classes:
In class B there is a method: GetAObj , in this method i want to return a Class A object to javascript and from javascript I want to use that A class object to make function call of class A.
Can anybody help me out in defining GetAObj method of class B ?
Thanks in advance.
mod EDIT:ofrobots:fixed formatting
The text was updated successfully, but these errors were encountered: