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: |
- (int) delay |
- (NSString*) description |
- (NSString*) destinationHostname |
- (NSString*) destinationIPAddress |
- (int) destinationPort |
- (instancetype) init |
- (instancetype) initWithDelay: | (int) | delay |
- (long long) minReceiveTimestamp |
+ (FMLiveSwitchVirtualPacket*) packet |
+ (FMLiveSwitchVirtualPacket*) packetWithDelay: | (int) | delay |
- (FMLiveSwitchDataBuffer*) payload |
- (FMLiveSwitchProtocolType) protocolType |
- (bool) readyForReceive |
- (long long) sendTimestamp |
- (void) setDestinationHostname: | (NSString *) | value |
- (void) setDestinationIPAddress: | (NSString *) | value |
- (void) setDestinationPort: | (int) | value |
- (void) setMinReceiveTimestamp: | (long long) | value |
- (void) setPayload: | (FMLiveSwitchDataBuffer *) | value |
- (void) setProtocolType: | (FMLiveSwitchProtocolType) | value |
- (void) setSendTimestamp: | (long long) | value |
- (void) setSourceIPAddress: | (NSString *) | value |
- (void) setSourcePort: | (int) | value |
- (void) setType: | (FMLiveSwitchVirtualPacketType) | value |
- (NSString*) sourceIPAddress |
- (int) sourcePort |
- (FMLiveSwitchVirtualPacketType) type |