프로그래밍/VB.Net

[VB.Net] UDP 통신

Beginner:) 2021. 3. 10.
320x100

Dim sending As Sockets.UdpClient = New Sockets.UdpClient(Address, Port)

sending.Send(Buffer, Length)

Dim data As Byte() = sending.Receive(New IPEndPoint(New IPAddress(0), 0))

반응형

'프로그래밍 > VB.Net' 카테고리의 다른 글

[VB.Net] 삼항연산자  (0) 2021.05.03
[VB.Net] UInteger -> Integer 변환  (0) 2021.03.19
[VB.Net] 비주얼 베이직 여러줄 주석  (0) 2021.03.17
[VB.Net] TCP 통신  (0) 2021.03.17

댓글