how do i check wether a pin has a connection or not.
what i’m trying to do is sending a class to another plugin but i need to check if there is actually something going in without risking an exception
how do i check wether a pin has a connection or not.
what i’m trying to do is sending a class to another plugin but i need to check if there is actually something going in without risking an exception
use Pin<Type>
which has IsConnected property and connected and disconnected as events
this is it, cheers
well there is a second question. i get the IsConnected property but i seem to do something wrong when i try to subscribe to the Connected event. Do you know of an example on github ?
cheers man, this is helpful
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.