FMUdpSendCompleteArgs Class Reference

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

Overview

UDP send-complete arguments.

– buffer

Gets the original buffer of data to send.

- (NSMutableData *)buffer

Discussion

Gets the original buffer of data to send.

Declared In

FM.h

– init

- (id)init

Declared In

FM.h

– ipAddress

Gets the original remote IP address.

- (NSString *)ipAddress

Discussion

Gets the original remote IP address.

Declared In

FM.h

– port

Gets the original remote port.

- (int)port

Discussion

Gets the original remote port.

Declared In

FM.h

– setBuffer:

Sets the original buffer of data to send.

- (void)setBuffer:(NSMutableData *)value

Discussion

Sets the original buffer of data to send.

Declared In

FM.h

– setIPAddress:

Sets the original remote IP address.

- (void)setIPAddress:(NSString *)value

Discussion

Sets the original remote IP address.

Declared In

FM.h

– setPort:

Sets the original remote port.

- (void)setPort:(int)value

Discussion

Sets the original remote port.

Declared In

FM.h