FMLiveSwitchVirtualDevice Class Reference

Instance Methods

(NSString *) - description
 
(bool) - doProcessSendWithPacket:
 
(bool) - doRaiseSendWithPacket:
 
(instancetype) - init
 
(instancetype) - initWithIPAddress1:ipAddress2:ipAddress3:ipAddress4:
 
(NSString *) - ipAddress
 
(int) - ipAddress1
 
(int) - ipAddress2
 
(int) - ipAddress3
 
(int) - ipAddress4
 
(FMLiveSwitchVirtualNetwork *) - network
 
(bool) - useDhcp
 

Class Methods

(FMLiveSwitchVirtualDevice *) + virtualDevice
 
(FMLiveSwitchVirtualDevice *) + virtualDeviceWithIPAddress1:ipAddress2:ipAddress3:ipAddress4:
 

Method Documentation

◆ description

- (NSString*) description

◆ doProcessSendWithPacket:

- (bool) doProcessSendWithPacket: (FMLiveSwitchVirtualPacket *)  packet

◆ doRaiseSendWithPacket:

- (bool) doRaiseSendWithPacket: (FMLiveSwitchVirtualPacket *)  packet

◆ init

- (instancetype) init

◆ initWithIPAddress1:ipAddress2:ipAddress3:ipAddress4:

- (instancetype) initWithIPAddress1: (int)  ipAddress1
ipAddress2: (int)  ipAddress2
ipAddress3: (int)  ipAddress3
ipAddress4: (int)  ipAddress4 

◆ ipAddress

- (NSString*) ipAddress

◆ ipAddress1

- (int) ipAddress1

◆ ipAddress2

- (int) ipAddress2

◆ ipAddress3

- (int) ipAddress3

◆ ipAddress4

- (int) ipAddress4

◆ network

◆ useDhcp

- (bool) useDhcp

◆ virtualDevice

+ (FMLiveSwitchVirtualDevice*) virtualDevice

◆ virtualDeviceWithIPAddress1:ipAddress2:ipAddress3:ipAddress4:

+ (FMLiveSwitchVirtualDevice*) virtualDeviceWithIPAddress1: (int)  ipAddress1
ipAddress2: (int)  ipAddress2
ipAddress3: (int)  ipAddress3
ipAddress4: (int)  ipAddress4