IM Profile

Uses of Class
java.util.Vector

Packages that use Vector
com.siemens.icm.io Siemens IMP utility classes for accessing the functionality of a wireless module.  
java.util Contains the collection classes, and the date and time facilities. 
 

Uses of Vector in com.siemens.icm.io
 

Methods in com.siemens.icm.io that return Vector
 Vector OutPort.getPins()
          Gets the given pin configuration of an instance of a GPIO port of output pins.
 Vector InPort.getPins()
          Gets the given pin configuration of an instance of a GPIO port of input pins.
 

Constructors in com.siemens.icm.io with parameters of type Vector
OutPort(Vector pins, Vector values)
          Creates a new instance of a GPIO port of output pins.
InPort(Vector pins)
          Creates a new instance of a GPIO port of input pins.
 

Uses of Vector in java.util
 

Subclasses of Vector in java.util
 class Stack
          The Stack class represents a last-in-first-out (LIFO) stack of objects.
 


IM Profile

Submit a comment or suggestion Version 2.0 of IM Profile Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road,Palo Alto, California, 94303, U.S.A. All Rights Reserved.