public class SMBDeviceType extends 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 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
public static String asString(int devtyp)
devtyp - Device typeCopyright © 2005–2020 Alfresco Software. All rights reserved.