public interface VirtualPortDescription extends PortDescription
Modifier and Type | Interface and Description |
---|---|
static class |
VirtualPortDescription.State
Representation of the virtual port.
|
Modifier and Type | Method and Description |
---|---|
void |
pause()
Pauses the virtual port for stopping a network or device.
|
void |
start()
Starts the virtual port.
|
VirtualPortDescription.State |
state()
Returns the virtual port state.
|
void |
stop()
Stops the virtual port.
|
isEnabled, isRemoved, portNumber, portSpeed, type
annotations
void start()
void stop()
void pause()
VirtualPortDescription.State state()