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.


Variable Index

 o Comm
Remote communications device share
 o Disk
Remote disk share
 o Pipe
Remote interprocess communication/pipe share
 o Printer
Remote printer share
 o Unknown
Unknown remote device type

Constructor Index

 o SMBDeviceType()

Method Index

 o asString(int)
Convert the device type to a string

Variables

 o Disk
 public static final int Disk
Remote disk share

 o Printer
 public static final int Printer
Remote printer share

 o Comm
 public static final int Comm
Remote communications device share

 o Pipe
 public static final int Pipe
Remote interprocess communication/pipe share

 o Unknown
 public static final int Unknown
Unknown remote device type

Constructors

 o SMBDeviceType
 public SMBDeviceType()

Methods

 o 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