SunSPOT API V5.0


Uses of Class
com.sun.spot.peripheral.NoAckException

Packages that use NoAckException
com.sun.spot.io.j2me.radiogram Support for the 'radiogram' GCF protocol. 
com.sun.spot.io.j2me.radiostream Support for the 'radiostream' GCF Protocol. 
com.sun.spot.peripheral.radio Support for using the Sun SPOT's radio. 
com.sun.spot.peripheral.radio.proxy Allows child isolates access to the radio controlled by the master isolate. 
 

Uses of NoAckException in com.sun.spot.io.j2me.radiogram
 

Methods in com.sun.spot.io.j2me.radiogram that throw NoAckException
 void RadiogramConnImpl.send(Datagram dgram)
           
 

Uses of NoAckException in com.sun.spot.io.j2me.radiostream
 

Methods in com.sun.spot.io.j2me.radiostream that throw NoAckException
 void RadioOutputStream.flush()
           
 void RadioOutputStream.write(int arg0)
           
 

Uses of NoAckException in com.sun.spot.peripheral.radio
 

Methods in com.sun.spot.peripheral.radio that throw NoAckException
 long RadiostreamProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
           
 long RadiogramProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
           
 long IRadioProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
          Send a byte array using a ConnectionID.
 void RadioPacketDispatcher.sendBroadcast(RadioPacket rp)
          Broadcast a packet.
 void RadioPacketDispatcher.sendPacket(RadioPacket rp)
          Send a packet.
 void IRadioPacketDispatcher.sendPacket(RadioPacket rp)
          Send a radio packet
 void LowPan.sendWithoutMeshingOrFragmentation(byte protocolNum, long toAddress, byte[] buffer, int startOffset, int endOffset)
          Sends a packet over a single hop.
 void ILowPan.sendWithoutMeshingOrFragmentation(byte protocolNum, long toAddress, byte[] buffer, int startOffset, int endOffset)
          Send a byte buffer on a given protocol, without any attempt at meshing or fragmentation
 void RadiostreamProtocolManager.waitForAllAcks(ConnectionID outConnectionId)
           
 void IRadiostreamProtocolManager.waitForAllAcks(ConnectionID outConnectionId)
           
 

Uses of NoAckException in com.sun.spot.peripheral.radio.proxy
 

Methods in com.sun.spot.peripheral.radio.proxy that throw NoAckException
 long ProxyRadioProtocolManager.send(ConnectionID cid, long toAddress, byte[] payload, int length)
           
 void ProxyRadiostreamProtocolManager.waitForAllAcks(ConnectionID outConnectionId)
           
 


SunSPOT API V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.