NetworkingSendUDPPacketGetBlockingResponse Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static byte[] SendUDPPacketGetBlockingResponse(
IPAddress address,
int port,
byte[] data
)
Public Shared Function SendUDPPacketGetBlockingResponse (
address As IPAddress,
port As Integer,
data As Byte()
) As Byte()
public:
static array<unsigned char>^ SendUDPPacketGetBlockingResponse(
IPAddress^ address,
int port,
array<unsigned char>^ data
)
static member SendUDPPacketGetBlockingResponse :
address : IPAddress *
port : int *
data : byte[] -> byte[]
Parameters
- address
- Type: System.NetIPAddress
- port
- Type: SystemInt32
- data
- Type: SystemByte
Return Value
Type:
Byte
See Also