Browse Source

Update README.md

nxrighthere 7 years ago
parent
commit
5048bfbf70
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -192,6 +192,8 @@ Contains a managed pointer to the packet.
 
 `Packet.IsSet` returns a state of the managed pointer.
 
+`Packet.Data` returns a managed pointer to the packet data.
+
 `Packet.Length` returns a length of payload in the packet.
 
 `Packet.Create(byte[] data, int length, PacketFlags flags)` creates a packet that may be sent to a peer. The length and flags parameters are optional. Multiple flags can be specified at once.