IP*Works! 2016 .NET Edition
IP*Works! 2016 .NET Edition
Questions / Feedback?

IPPacket Property

The contents of the current packet.

Syntax

[VB.NET]
Public ReadOnlyProperty IPPacket As String
Public ReadOnlyProperty IPPacketB As Byte()

[C#]
public string IPPacket {get;}
public byte[] IPPacketB {get;}

Remarks

This property contains the contents of the current packet. This property is only available while the IPPacket event is being processed. An empty string is returned at all other times.

This property is read-only and not available at design time.

Default Value

""

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 .NET Edition - Version 16.0 [Build 7353]