All Packages Class Hierarchy This Package Previous Next Index
Class com.starla.lite.SMBDeviceType
java.lang.Object
|
+----com.starla.lite.SMBDeviceType
- public class SMBDeviceType
- extends Object
SMB device types class.
The class provides symbols for the remote device types that may be connected
to. The values are also used when returning remote share information.
-
Comm
- Remote communications device share
-
Disk
- Remote disk share
-
Pipe
- Remote interprocess communication/pipe share
-
Printer
- Remote printer share
-
Unknown
- Unknown remote device type
-
SMBDeviceType()
-
-
asString(int)
- Convert the device type to a string
Disk
public static final int Disk
- Remote disk share
Printer
public static final int Printer
- Remote printer share
Comm
public static final int Comm
- Remote communications device share
Pipe
public static final int Pipe
- Remote interprocess communication/pipe share
Unknown
public static final int Unknown
- Unknown remote device type
SMBDeviceType
public SMBDeviceType()
asString
public static String asString(int devtyp)
- Convert the device type to a string
- Parameters:
- devtyp - Device type
- Returns:
- Device type string
All Packages Class Hierarchy This Package Previous Next Index