Home › Forums › Support › [Help] Custom Class and Coding › Reply To: [Help] Custom Class and Coding
January 24, 2015 at 01:17
#3630
Inactive
you show here howto send costum objects:
NetworkComms.SendObject("Message", "127.0.0.1", 10000, myCustomObject);
but not how to receive them correctly on a incomming connection >.<
And I dont rly get whatfor the first param ist O_o means ‘”Message”‘ do I need exactly the same string
for receiving ? and what would be a correct receiving ?
