|
@@ -212,7 +212,7 @@ Contains a marshalled structure with the event type, managed pointer to the peer
|
|
|
#### Packet
|
|
#### Packet
|
|
|
Contains a managed pointer to the packet.
|
|
Contains a managed pointer to the packet.
|
|
|
|
|
|
|
|
-`Packet.Dispose()` destroys the packet. Should be called only when the packet obtained from an event.
|
|
|
|
|
|
|
+`Packet.Dispose()` destroys the packet. Should be called only when the packet obtained from `EventType.Receive` event.
|
|
|
|
|
|
|
|
`Packet.IsSet` returns a state of the managed pointer.
|
|
`Packet.IsSet` returns a state of the managed pointer.
|
|
|
|
|
|