FMLiveSwitchVirtualPacket Class Reference

Instance Methods

(int) - delay
 
(NSString *) - description
 
(NSString *) - destinationHostname
 
(NSString *) - destinationIPAddress
 
(int) - destinationPort
 
(instancetype) - init
 
(instancetype) - initWithDelay:
 
(long long) - minReceiveTimestamp
 
(FMLiveSwitchDataBuffer *) - payload
 
(FMLiveSwitchProtocolType) - protocolType
 
(bool) - readyForReceive
 
(long long) - sendTimestamp
 
(void) - setDestinationHostname:
 
(void) - setDestinationIPAddress:
 
(void) - setDestinationPort:
 
(void) - setMinReceiveTimestamp:
 
(void) - setPayload:
 
(void) - setProtocolType:
 
(void) - setSendTimestamp:
 
(void) - setSourceIPAddress:
 
(void) - setSourcePort:
 
(void) - setType:
 
(NSString *) - sourceIPAddress
 
(int) - sourcePort
 
(FMLiveSwitchVirtualPacketType) - type
 

Class Methods

(FMLiveSwitchVirtualPacket *) + packet
 
(FMLiveSwitchVirtualPacket *) + packetWithDelay:
 

Method Documentation

◆ delay

- (int) delay

◆ description

- (NSString*) description

◆ destinationHostname

- (NSString*) destinationHostname

◆ destinationIPAddress

- (NSString*) destinationIPAddress

◆ destinationPort

- (int) destinationPort

◆ init

- (instancetype) init

◆ initWithDelay:

- (instancetype) initWithDelay: (int)  delay

◆ minReceiveTimestamp

- (long long) minReceiveTimestamp

◆ packet

◆ packetWithDelay:

+ (FMLiveSwitchVirtualPacket*) packetWithDelay: (int)  delay

◆ payload

- (FMLiveSwitchDataBuffer*) payload

◆ protocolType

- (FMLiveSwitchProtocolType) protocolType

◆ readyForReceive

- (bool) readyForReceive

◆ sendTimestamp

- (long long) sendTimestamp

◆ setDestinationHostname:

- (void) setDestinationHostname: (NSString *)  value

◆ setDestinationIPAddress:

- (void) setDestinationIPAddress: (NSString *)  value

◆ setDestinationPort:

- (void) setDestinationPort: (int)  value

◆ setMinReceiveTimestamp:

- (void) setMinReceiveTimestamp: (long long)  value

◆ setPayload:

- (void) setPayload: (FMLiveSwitchDataBuffer *)  value

◆ setProtocolType:

- (void) setProtocolType: (FMLiveSwitchProtocolType)  value

◆ setSendTimestamp:

- (void) setSendTimestamp: (long long)  value

◆ setSourceIPAddress:

- (void) setSourceIPAddress: (NSString *)  value

◆ setSourcePort:

- (void) setSourcePort: (int)  value

◆ setType:

- (void) setType: (FMLiveSwitchVirtualPacketType)  value

◆ sourceIPAddress

- (NSString*) sourceIPAddress

◆ sourcePort

- (int) sourcePort

◆ type

- (FMLiveSwitchVirtualPacketType) type