javax.bluetooth
Interface L2CAPConnection

All Superinterfaces:
Connection

public interface L2CAPConnection
extends Connection


Field Summary
static int DEFAULT_MTU
           
static int MINIMUM_MTU
           
 
Method Summary
 int getReceiveMTU()
           
 int getTransmitMTU()
           
 boolean ready()
           
 int receive(byte[] arg1)
           
 void send(byte[] arg1)
           
 
Methods inherited from interface javax.microedition.io.Connection
close
 

Field Detail

DEFAULT_MTU

static final int DEFAULT_MTU
See Also:
Constant Field Values

MINIMUM_MTU

static final int MINIMUM_MTU
See Also:
Constant Field Values
Method Detail

getTransmitMTU

int getTransmitMTU()
                   throws IOException
Throws:
IOException

getReceiveMTU

int getReceiveMTU()
                  throws IOException
Throws:
IOException

send

void send(byte[] arg1)
          throws IOException
Throws:
IOException

receive

int receive(byte[] arg1)
            throws IOException
Throws:
IOException

ready

boolean ready()
              throws IOException
Throws:
IOException


Copyright © 2006-2007 Jayway AB. All Rights Reserved.