UDP packet data encapsulation
For a list of all members of this type, see SdlNet.UDPpacket Members.
System.Object
System.ValueType
Tao.Sdl.SdlNet.UDPpacket
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Binds to C-function call in SDL_net.h:
typedef struct { int channel; Uint8 *data; int len; int maxlen; int status; IPaddress address; } UDPpacket;
Namespace: Tao.Sdl
Assembly: Tao.Sdl (in Tao.Sdl.dll)
SdlNet.UDPpacket Members | Tao.Sdl Namespace | SdlNet.UDPsocket | SdlNet.IPaddress | SDLNet_AllocPacket | SDLNet_ResizePacket | SDLNet_FreePacket | SDLNet_AllocPacketV | SDLNet_FreePacketV