IPPacket Property

The contents of the current packet.

Syntax

ANSI (Cross Platform)
int GetIPPacket(char* &lpIPPacket, int &lenIPPacket);

Unicode (Windows)
INT GetIPPacket(LPSTR &lpIPPacket, INT &lenIPPacket);
@property (nonatomic,readonly,assign,getter=IPPacket) NSString* IPPacket;
- (NSString*)IPPacket;

@property (nonatomic,readonly,assign,getter=IPPacketB) NSData* IPPacketB; - (NSData*)IPPacketB;
#define PID_IPMONITOR_IPPACKET 3

IPWORKS_EXTERNAL void* IPWORKS_CALL IPWorks_IPMonitor_Get(void *lpObj, int propid, int arridx, int *lpcbVal, int64 *lpllVal);

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 and not available at design time.

Data Type

Binary String

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