ENet Class Library for C#

Packet.NativeData Property

Gets or sets the native C packet.

[Visual Basic]
Public Property NativeData() As ENetPacket*
   Public Get
   End Get
   Public Set
   End Set
End Property
[C#]
public ENetPacket* NativeData { public get; public set; }

See Also

Packet Class | ENet Namespace