com.sentilla.net.rpc.procedures
Class RemoteGetPropertyKeys
java.lang.Object
com.sentilla.net.rpc.procedures.RemoteGetPropertyKeys
- All Implemented Interfaces:
- Procedure<RemoteGetPropertyKeys.MoteKeyList>, Serializable
public class RemoteGetPropertyKeys
- extends Object
- implements Procedure<RemoteGetPropertyKeys.MoteKeyList>
Private: for Sentilla internal use only.
Gets a subset of keys by skipping start
keys and returning
(at most) the next atMost
keys.
- See Also:
- Serialized Form
Constructor Summary |
RemoteGetPropertyKeys(byte start,
byte atMost)
Number of keys is also limited by platform-specific constraints. |
RemoteGetPropertyKeys
public RemoteGetPropertyKeys(byte start,
byte atMost)
- Number of keys is also limited by platform-specific constraints.
- Parameters:
start
- index to start enumerating keys atatMost
- maximum number of keys to enumerate
run
public RemoteGetPropertyKeys.MoteKeyList run()
- Fill a MoteKeyList with up to atMost keys.
- Specified by:
run
in interface Procedure<RemoteGetPropertyKeys.MoteKeyList>
Copyright © 2007 Sentilla Corporation. All Rights Reserved.