UDPData Output Object (Send-UDP Cmdlet)

This object is created after a UDP packet is received.

Syntax

Object UDPData {
   string LocalAddress;
   string RemoteAddress;
   int LocalPort;
   int RemotePort;
   string Text;
}

Remarks

For each UDP datagram received, the cmdlet will return a UDPData object.

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]
 

Copyright (c) 2022 /n software inc. - All rights reserved.
NetCmdlets 2020 - Version 20.0 [Build 8319]