ENet Xojo plugin

ENetPeer.CustomData Property

Sets or gets custom data on the peer.

CustomData as Object {Read and Write}

Remarks

A better way to attach custom data to a peer is to inherit from the ENetPeer class and add all extra properties that you need. Use the CreateCustomPeer events to let the ENetClient or Server create a class of your inherited type instead of the base type.

See Also

ENetPeer Class