Page 1 of 1

Change NetCon Source

Posted: Thu Sep 24, 2015 5:41 am
by oren
Hello,
If I created a NetCone using this code:

Code: Select all

objref nc
nc = New NetCon( nil, postCell)
can I (after already creating the nc) change the source from nil to something else,
I know that there is a command
nc.setpost(?) - that change the target of the NetCon,

but I did not find a command that change the source of the NetCon.

Thanks.

Re: Change NetCon Source

Posted: Thu Sep 24, 2015 11:11 am
by ted
If you don't see it in the Programmers' Reference documentation of NetCon, it doesn't exist.