IPPacket (property)

The contents of the current packet.

Syntax

@property (nonatomic,readonly,assign,getter=IPPacket) NSString* IPPacket;
- (NSString*)IPPacket;

@property (nonatomic,readonly,assign,getter=IPPacketB) NSData* IPPacketB; - (NSData*)IPPacketB;
public var IPPacket: String {
  get {...}
}
public var IPPacketB: Data { get {...} }

Default Value

""

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.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]