public class SMBDeviceType
extends java.lang.Object
The class provides symbols for the remote device types that may be connected to. The values are also used when returning remote share information.
| Modifier and Type | Field and Description |
|---|---|
static int |
Comm |
static int |
Disk |
static int |
Pipe |
static int |
Printer |
static int |
Unknown |
| Constructor and Description |
|---|
SMBDeviceType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asString(int devtyp)
Convert the device type to a string
|
public static final int Disk
public static final int Printer
public static final int Comm
public static final int Pipe
public static final int Unknown
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.