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: |
- (NSString*) description |
- (bool) doProcessSendWithPacket: | (FMLiveSwitchVirtualPacket *) | packet |
Implemented in FMLiveSwitchVirtualNetwork, and FMLiveSwitchVirtualAdapter.
- (bool) doRaiseSendWithPacket: | (FMLiveSwitchVirtualPacket *) | packet |
Implemented in FMLiveSwitchVirtualNetwork, and FMLiveSwitchVirtualAdapter.
- (instancetype) init |
Implemented in FMLiveSwitchVirtualNetwork, and FMLiveSwitchVirtualAdapter.
- (instancetype) initWithIPAddress1: | (int) | ipAddress1 | |
ipAddress2: | (int) | ipAddress2 | |
ipAddress3: | (int) | ipAddress3 | |
ipAddress4: | (int) | ipAddress4 | |
- (NSString*) ipAddress |
- (int) ipAddress1 |
- (int) ipAddress2 |
- (int) ipAddress3 |
- (int) ipAddress4 |
- (FMLiveSwitchVirtualNetwork*) network |
- (bool) useDhcp |
+ (FMLiveSwitchVirtualDevice*) virtualDevice |
+ (FMLiveSwitchVirtualDevice*) virtualDeviceWithIPAddress1: | (int) | ipAddress1 | |
ipAddress2: | (int) | ipAddress2 | |
ipAddress3: | (int) | ipAddress3 | |
ipAddress4: | (int) | ipAddress4 | |