com.nokia.m2m.orb.idl.iomodule
Interface IOControlObserverOperations
- public interface IOControlObserverOperations
The user must implement this interface to be able to receive I/O observer events from the terminal.
Method Summary |
void |
pinStateChanged(short pinNumber,
int value)
When an observer is set to a terminal and an I/O event is fired,
this method is called by the terminal.
|
pinStateChanged
public void pinStateChanged(short pinNumber,
int value)
- When an observer is set to a terminal and an I/O event is fired,
this method is called by the terminal.
I/O control observers are registered with setIOControlObserver and
removed with removeIOControlObserver.
- Parameters:
pinNumber
- Specified the number of the pin whose state was changed.value
- The new value of the pin whose state was changed.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright (c) 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Portions of this document are under the following copyright:
Copyright © 2003 Nokia. All rights reserved.