Hi
I have two class as following
And i pass them to following function
In SetInterface,How to check intf is jyMbSerial Or jyMbTcp ??
I have two class as following
B4X:
dim class1 as jyMbSerial
dim class2 as jyMbTcp
B4X:
publice sub Setinterface(intf as object)
:
end sub
SetInterface(class1) Or SetInterface(class2)