FMUdpReceiveSuccessArgs Class Reference

Inherits from FMUdpOutputArgs : FMDynamic : FMSerializable : NSObject
Declared in FM.h

Overview

UDP receive-success arguments.

– buffer

Gets the buffer of received data.

- (NSMutableData *)buffer

Discussion

Gets the buffer of received data.

Declared In

FM.h

– discardedPacketCount

Gets the number of packets discarded after this read. For more information, see .

- (int)discardedPacketCount

Discussion

Gets the number of packets discarded after this read. For more information, see .

Declared In

FM.h

– init

- (id)init

Declared In

FM.h

– remoteIPAddress

Gets the remote IP address.

- (NSString *)remoteIPAddress

Discussion

Gets the remote IP address.

Declared In

FM.h

– remotePort

Gets the remote port.

- (int)remotePort

Discussion

Gets the remote port.

Declared In

FM.h

– setBuffer:

Sets the buffer of received data.

- (void)setBuffer:(NSMutableData *)value

Discussion

Sets the buffer of received data.

Declared In

FM.h

– setDiscardedPacketCount:

Sets the number of packets discarded after this read. For more information, see .

- (void)setDiscardedPacketCount:(int)value

Discussion

Sets the number of packets discarded after this read. For more information, see .

Declared In

FM.h

– setRemoteIPAddress:

Sets the remote IP address.

- (void)setRemoteIPAddress:(NSString *)value

Discussion

Sets the remote IP address.

Declared In

FM.h

– setRemotePort:

Sets the remote port.

- (void)setRemotePort:(int)value

Discussion

Sets the remote port.

Declared In

FM.h