Tao.Sdl SDK Documentation

SdlNet.SDLNet_UDP_SendV Method 

[Visual Basic]
Public Shared Function SDLNet_UDP_SendV( _
   ByVal sock As IntPtr, _
   ByVal packets As IntPtr, _
   ByVal npackets As Integer _
) As Integer
[C#]
public static int SDLNet_UDP_SendV(
   IntPtr sock,
   IntPtr packets,
   int npackets
);

See Also

SdlNet Class | Tao.Sdl Namespace