Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A B C D E F G H I L M N P R S T U V W X Z _

A

ASCII - Static variable in class com.synchrona.jred.irlap.UserString
 
AsyncFrameWrapper - class com.synchrona.jred.irlap.AsyncFrameWrapper.
Implements asynchronous frame wrapping, which IrLAP uses at 9600bps - 115200bps
AsyncFrameWrapper(Log, DataInputStream, DataOutputStream) - Constructor for class com.synchrona.jred.irlap.AsyncFrameWrapper
 
add(ConnectionInformation) - Method in class com.synchrona.jred.irlap.ConnectionLog
 
add(DiscoveryInformation) - Method in class com.synchrona.jred.irlap.DiscoveryLog
 
addFrame(IrLAPFrame) - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
 
addIrLAPFramerListener(iIrLAPFramerListener) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
addIrLAPListener(iIrLAPListener) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
applyConnectionParameters() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
ayFcsTable - Static variable in class com.synchrona.jred.irlap.CrcTable
 

B

BAUD_RATE - Static variable in class com.synchrona.jred.irlap.Parameters
 
BOF - Static variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
BROADCAST_ADDRESS - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
BYTE_1_EXTENSION - Static variable in class com.synchrona.jred.irlap.ServiceHints
Signifies the presence of additional bytes of capability information.
BYTE_2_EXTENSION - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that additional capability bytes follow the second byte.
bytesToInt(byte[], int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 

C

CE - Static variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
CHARSET_UNICODE - Static variable in class com.synchrona.jred.irlap.ServiceHints
Indicates that the information string (the nickname) passed into the constructor is a Unicode string.
COMMAND_DISCONNECT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
COMM_PARAMETER_ARRAY_LENGTH - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
COMPUTER - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device is a computer.
CheckCRC - class com.synchrona.jred.irlap.CheckCRC.
 
CheckCRC() - Constructor for class com.synchrona.jred.irlap.CheckCRC
 
ConnectionInformation - class com.synchrona.jred.irlap.ConnectionInformation.
 
ConnectionInformation(int, byte[], DiscoveryInformation) - Constructor for class com.synchrona.jred.irlap.ConnectionInformation
 
ConnectionLog - class com.synchrona.jred.irlap.ConnectionLog.
 
ConnectionLog(Log) - Constructor for class com.synchrona.jred.irlap.ConnectionLog
 
Crc - class com.synchrona.jred.irlap.Crc.
Generate a 16-bit CRC-CCITT
Crc() - Constructor for class com.synchrona.jred.irlap.Crc
 
CrcTable - class com.synchrona.jred.irlap.CrcTable.
 
CrcTable() - Constructor for class com.synchrona.jred.irlap.CrcTable
 
com.synchrona.jred.irlap - package com.synchrona.jred.irlap
 
connectIndication(int, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
connectIndication(IrLAPContext, ConnectionInformation) - Method in interface com.synchrona.jred.irlap.iIrLAPListener
 
connectResponse(int, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
connectResponse(IrLAPContext, int, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPState
 
connectResponse(IrLAPContext, int, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPStateConnect
 
connectionRequest(IrLAPContext, int) - Method in class com.synchrona.jred.irlap.IrLAPStateNDM
 

D

DEFAULT_BOF_COUNT - Static variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
DEFAULT_F_TIMEOUT_MSEC - Static variable in class com.synchrona.jred.irlap.IrLAPContext
 
DEFAULT_MIN_TURNAROUND_MSEC - Static variable in class com.synchrona.jred.irlap.IrLAPContext
 
DEFAULT_QUERY_TIMEOUT_MSEC - Static variable in class com.synchrona.jred.irlap.IrLAPContext
 
DEFAULT_WATCHDOG_TIMEOUT_MSEC - Static variable in class com.synchrona.jred.irlap.IrLAPContext
 
DEFAULT_WINDOW_SIZE - Static variable in class com.synchrona.jred.irlap.IrLAPContext
 
DISCOVERY_INFO - Static variable in class com.synchrona.jred.irlap.IrLAPContext
 
DiscoveryInformation - class com.synchrona.jred.irlap.DiscoveryInformation.
 
DiscoveryInformation(int, ServiceHints) - Constructor for class com.synchrona.jred.irlap.DiscoveryInformation
Instances of DiscoveryInformation are passed up from the IrLAP layer to infrared services like IrOBEX when a remote peer is discovered.
DiscoveryLog - class com.synchrona.jred.irlap.DiscoveryLog.
 
DiscoveryLog(Log) - Constructor for class com.synchrona.jred.irlap.DiscoveryLog
 
dataIndication(byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
dataIndication(IrLAPContext, ConnectionInformation, byte[]) - Method in interface com.synchrona.jred.irlap.iIrLAPListener
 
debug(String, String) - Method in class com.synchrona.jred.irlap.IrLAPState
 
debug(String, String) - Method in class com.synchrona.jred.irlap.IrLAPStateQuery
 
discoveryIndication(DiscoveryInformation) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
discoveryIndication(IrLAPContext, DiscoveryInformation) - Method in interface com.synchrona.jred.irlap.iIrLAPListener
 
discoveryRequest(IrLAPContext) - Method in class com.synchrona.jred.irlap.IrLAPState
 
discoveryRequest(IrLAPContext) - Method in class com.synchrona.jred.irlap.IrLAPStateNDM
Begin active discovery of other IrDA devices.
dispatchDISC(byte, boolean, boolean, byte[], int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
dispatchFrame(byte[], int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
dispatchInformation(byte, boolean, boolean, int, int, byte[], int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
dispatchRR(byte, int, boolean, boolean) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
dispatchSNRM(byte[], boolean, int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
dispatchXID(byte[], boolean, int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 

E

EOF - Static variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 

F

FAX - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device is a facsimile machine.
FILE_SERVER - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device is a file server supporting IrOBEX.
FINAL_SLOT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
flushQueue(byte) - Method in class com.synchrona.jred.irlap.IrLAPContext
 

G

generateAddress() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
generateConnectionAddress() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
generateResponseSlot(byte, byte) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
get(int) - Method in class com.synchrona.jred.irlap.ConnectionLog
 
get(int) - Method in class com.synchrona.jred.irlap.DiscoveryLog
 
get(int) - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
Returns the nIndex'th frame in the queue without removing it, because IrLAP frames have to be acknowledged or resent.
getAddress() - Method in class com.synchrona.jred.irlap.DiscoveryInformation
 
getBaudRate() - Method in class com.synchrona.jred.irlap.Parameters
 
getCRC(byte[], int, int) - Method in class com.synchrona.jred.irlap.CheckCRC
 
getCapabilities() - Method in class com.synchrona.jred.irlap.ServiceHints
 
getCharset() - Method in class com.synchrona.jred.irlap.ServiceHints
getCharset() always returns the IrLMP identifier for Unicode character sets.
getCommParameters() - Method in class com.synchrona.jred.irlap.ConnectionInformation
 
getConnection() - Method in class com.synchrona.jred.irlap.ConnectionInformation
 
getConnection() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
getData() - Method in class com.synchrona.jred.irlap.IrLAPFrame
 
getInfo() - Method in class com.synchrona.jred.irlap.ServiceHints
 
getInstance() - Static method in class com.synchrona.jred.irlap.IrLAPState
 
getInstance() - Static method in class com.synchrona.jred.irlap.IrLAPStateConnect
 
getInstance() - Static method in class com.synchrona.jred.irlap.IrLAPStateNDM
 
getInstance() - Static method in class com.synchrona.jred.irlap.IrLAPStateQuery
 
getInstance() - Static method in class com.synchrona.jred.irlap.IrLAPStateReceive
 
getInstance() - Static method in class com.synchrona.jred.irlap.IrLAPStateReply
 
getInstance() - Static method in class com.synchrona.jred.irlap.IrLAPStateSetup
 
getNext() - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
Returns the first frame in the queue without removing it, because IrLAP data-carrying frames have to be acknowledged or resent.
getRemoteAddress() - Method in class com.synchrona.jred.irlap.ConnectionInformation
 
getResponseSlot() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
getSequenceNumber() - Method in class com.synchrona.jred.irlap.IrLAPFrame
 
getServiceHints() - Method in class com.synchrona.jred.irlap.DiscoveryInformation
 
getString() - Method in class com.synchrona.jred.irlap.UserString
 
getVr() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
getVs() - Method in class com.synchrona.jred.irlap.IrLAPContext
 

H

HDLC_POLYNOMIAL - Static variable in class com.synchrona.jred.irlap.Crc
 
handleData(byte, boolean, int, int, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
handleData(IrLAPContext, byte, int, boolean, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPState
Somebody has sent us data.
handleData(IrLAPContext, byte, int, boolean, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPStateReceive
 
handleData(byte, boolean, int, int, boolean, byte[]) - Method in interface com.synchrona.jred.irlap.iIrLAPFramerListener
 
handleDataRequest(IrLAPContext, byte, int, int) - Method in class com.synchrona.jred.irlap.IrLAPState
An IrLAP service user wants to send data to an IrLAP client.
handleDisconnect(byte, boolean, boolean) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
handleDisconnect(IrLAPContext, int, byte) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleDisconnect(IrLAPContext, int, byte) - Method in class com.synchrona.jred.irlap.IrLAPStateReceive
 
handleDisconnect(byte, boolean, boolean) - Method in interface com.synchrona.jred.irlap.iIrLAPFramerListener
 
handleFTimerExpired(IrLAPContext) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handlePTimerExpired(IrLAPContext) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleQueryTimerExpired(IrLAPContext) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleRR(byte, int, boolean, boolean) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
handleRR(IrLAPContext, byte, int, boolean, boolean) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleRR(IrLAPContext, byte, int, boolean, boolean) - Method in class com.synchrona.jred.irlap.IrLAPStateReceive
 
handleRR(byte, int, boolean, boolean) - Method in interface com.synchrona.jred.irlap.iIrLAPFramerListener
 
handleSNRM(int, int, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
handleSNRM(IrLAPContext, int, int, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleSNRM(IrLAPContext, int, int, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPStateNDM
 
handleSNRM(int, int, byte, byte[]) - Method in interface com.synchrona.jred.irlap.iIrLAPFramerListener
 
handleSlotTimerExpired(IrLAPContext) - Method in class com.synchrona.jred.irlap.IrLAPStateQuery
 
handleUA(IrLAPContext, byte[], int, int) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleWatchdogTimerExpired(IrLAPContext) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleXID(int, int, byte, byte, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
handleXID(IrLAPContext, int, int, byte, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPState
 
handleXID(IrLAPContext, int, int, byte, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPStateNDM
 
handleXID(IrLAPContext, int, int, byte, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPStateQuery
 
handleXID(IrLAPContext, int, int, byte, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPStateReceive
 
handleXID(IrLAPContext, int, int, byte, boolean, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPStateReply
 
handleXID(int, int, byte, byte, boolean, byte[]) - Method in interface com.synchrona.jred.irlap.iIrLAPFramerListener
 

I

INFORMATION_FORMAT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
IRLAP_VERSION - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
IrLAPContext - class com.synchrona.jred.irlap.IrLAPContext.
IrLAPContext offers services for the IrLAP states.
IrLAPContext() - Constructor for class com.synchrona.jred.irlap.IrLAPContext
 
IrLAPContext(Log) - Constructor for class com.synchrona.jred.irlap.IrLAPContext
 
IrLAPFrame - class com.synchrona.jred.irlap.IrLAPFrame.
Encodes information frames for the IrLAPSendQueue.
IrLAPFrame(int, byte[], int, int) - Constructor for class com.synchrona.jred.irlap.IrLAPFrame
 
IrLAPFramer - class com.synchrona.jred.irlap.IrLAPFramer.
 
IrLAPFramer(Log, SerialPort) - Constructor for class com.synchrona.jred.irlap.IrLAPFramer
 
IrLAPSendQueue - class com.synchrona.jred.irlap.IrLAPSendQueue.
 
IrLAPSendQueue() - Constructor for class com.synchrona.jred.irlap.IrLAPSendQueue
 
IrLAPState - class com.synchrona.jred.irlap.IrLAPState.
IrLAPState is a base class for all of the IrLAP states.
IrLAPState() - Constructor for class com.synchrona.jred.irlap.IrLAPState
 
IrLAPStateConnect - class com.synchrona.jred.irlap.IrLAPStateConnect.
 
IrLAPStateConnect() - Constructor for class com.synchrona.jred.irlap.IrLAPStateConnect
 
IrLAPStateNDM - class com.synchrona.jred.irlap.IrLAPStateNDM.
Implement IrLAP's Normal Disconnected Mode.
IrLAPStateNDM() - Constructor for class com.synchrona.jred.irlap.IrLAPStateNDM
 
IrLAPStateQuery - class com.synchrona.jred.irlap.IrLAPStateQuery.
 
IrLAPStateQuery() - Constructor for class com.synchrona.jred.irlap.IrLAPStateQuery
 
IrLAPStateReceive - class com.synchrona.jred.irlap.IrLAPStateReceive.
 
IrLAPStateReceive() - Constructor for class com.synchrona.jred.irlap.IrLAPStateReceive
 
IrLAPStateReply - class com.synchrona.jred.irlap.IrLAPStateReply.
 
IrLAPStateReply() - Constructor for class com.synchrona.jred.irlap.IrLAPStateReply
 
IrLAPStateSetup - class com.synchrona.jred.irlap.IrLAPStateSetup.
 
IrLAPStateSetup() - Constructor for class com.synchrona.jred.irlap.IrLAPStateSetup
 
iFrameWrapper - interface com.synchrona.jred.irlap.iFrameWrapper.
 
iIrLAPFramerListener - interface com.synchrona.jred.irlap.iIrLAPFramerListener.
 
iIrLAPListener - interface com.synchrona.jred.irlap.iIrLAPListener.
 
incrementVr() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
initialize() - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
initializeConnectionState() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
intToBytes(byte[], int, int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
Write an integer in network order to the given array of bytes at the given offset.
isConnectionConfirmed() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
isFrameSent() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
isMediaBusy() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
isRemoteBusy() - Method in class com.synchrona.jred.irlap.IrLAPContext
 

L

LAN_ACCESS - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device is a TCP/IP LAN access point that supports IrLAN.
LATIN1 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN2 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN3 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN4 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN5 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN6 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN7 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN8 - Static variable in class com.synchrona.jred.irlap.UserString
 
LATIN9 - Static variable in class com.synchrona.jred.irlap.UserString
 
logIfEnabled(String) - Method in class com.synchrona.jred.irlap.IrLAPState
 
logIfEnabled(String) - Method in class com.synchrona.jred.irlap.IrLAPStateQuery
 

M

MASK_CR_BIT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
MASK_NR_BITS - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
MASK_NS_BITS - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
MASK_PF_BIT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
MASK_SUPERVISORY_CONTROLS - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
MAX_FRAME_LENGTH - Static variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
Users of AsyncFrameWrapper can safely size frame buffers at MAX_FRAME_LENGTH (255 bytes).
MAX_STRING_LENGTH - Static variable in class com.synchrona.jred.irlap.ServiceHints
IrLMP allows up to 255 characters in a device hints string, but it also uses a full 16 bits for every Unicode character.
MAX_TURNAROUND_TIME - Static variable in class com.synchrona.jred.irlap.Parameters
 
MODEM - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device is a modem.
m_ayCommParameters - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_ayCommParameters - Variable in class com.synchrona.jred.irlap.IrLAPFramer
 
m_ayData - Variable in class com.synchrona.jred.irlap.IrLAPFrame
 
m_ayInputFrame - Variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
m_ayOutputFrame - Variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
m_ayOutputFrame - Variable in class com.synchrona.jred.irlap.IrLAPFramer
 
m_bAckRequired - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_bConnectionConfirmed - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_bDoLogging - Variable in class com.synchrona.jred.irlap.IrLAPFramer
 
m_bFrameSent - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_bMediaBusy - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_bRemoteBusy - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_connection - Variable in class com.synchrona.jred.irlap.ConnectionInformation
 
m_connectionLog - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_crc - Variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
m_discoveryLog - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_fTimer - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_framer - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_hash - Variable in class com.synchrona.jred.irlap.ConnectionLog
 
m_hash - Variable in class com.synchrona.jred.irlap.DiscoveryLog
 
m_in - Variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
m_list - Variable in class com.synchrona.jred.irlap.IrLAPSendQueue
 
m_listener - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_listener - Variable in class com.synchrona.jred.irlap.IrLAPFramer
 
m_log - Variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
m_log - Variable in class com.synchrona.jred.irlap.ConnectionLog
 
m_log - Variable in class com.synchrona.jred.irlap.DiscoveryLog
 
m_log - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_log - Variable in class com.synchrona.jred.irlap.IrLAPFramer
 
m_log - Variable in class com.synchrona.jred.irlap.IrLAPState
 
m_nAddress - Variable in class com.synchrona.jred.irlap.DiscoveryInformation
 
m_nBOFCount - Variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
m_nCapabilityMask - Variable in class com.synchrona.jred.irlap.ServiceHints
 
m_nCharset - Variable in class com.synchrona.jred.irlap.UserString
 
m_nFTimeout - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nMyAddress - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nNs - Variable in class com.synchrona.jred.irlap.IrLAPFrame
 
m_nQueryTimeout - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nRemoteAddress - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nRetryCount - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nVr - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nVs - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nWatchdogTimeout - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nWindowSize - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_nickname - Variable in class com.synchrona.jred.irlap.ServiceHints
 
m_out - Variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
m_parameters - Variable in class com.synchrona.jred.irlap.ConnectionInformation
 
m_port - Variable in class com.synchrona.jred.irlap.IrLAPFramer
 
m_queryTimer - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_random - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_remote - Variable in class com.synchrona.jred.irlap.ConnectionInformation
 
m_sendQueue - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_serviceHints - Variable in class com.synchrona.jred.irlap.DiscoveryInformation
 
m_state - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_strEncoding - Variable in class com.synchrona.jred.irlap.UserString
 
m_string - Variable in class com.synchrona.jred.irlap.UserString
 
m_this - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_watchdogTimer - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_wrapper - Variable in class com.synchrona.jred.irlap.IrLAPFramer
 
m_yConnection - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
m_yResponseSlot - Variable in class com.synchrona.jred.irlap.IrLAPContext
 
main(String[]) - Static method in class com.synchrona.jred.irlap.CheckCRC
 
main(String[]) - Static method in class com.synchrona.jred.irlap.Crc
 

N

negotiateConnectionParameters(byte[]) - Method in class com.synchrona.jred.irlap.IrLAPContext
Does nothing right now.
nextState(IrLAPState) - Method in class com.synchrona.jred.irlap.IrLAPContext
 

P

PDA - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device is a PDA.
PNP - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares support for IR plug-and-play (IrPnP).
PRINTER - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device supports IrLPT, the infrared printing protocol.
Parameters - class com.synchrona.jred.irlap.Parameters.
 
Parameters() - Constructor for class com.synchrona.jred.irlap.Parameters
 
parseBytes(byte[]) - Static method in class com.synchrona.jred.irlap.Parameters
 
pendingDataRequests() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
pendingDataRequests() - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
Returns true if the list is nonempty, implying there are outstanding send requests.
printBits(int, int) - Method in class com.synchrona.jred.irlap.CheckCRC
 

R

RR_CONTROL - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
readFrame(byte[]) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
reallyReceive(byte[], int, int) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
reallySend(byte[], int, int) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
receive(byte[], int, int) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
receive(byte[], int, int) - Method in interface com.synchrona.jred.irlap.iFrameWrapper
 
remove(int) - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
Remove a frame from the queue.
remove(IrLAPFrame) - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
 
removeFirst() - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
Remove the first frame from the queue.
run() - Method in class com.synchrona.jred.irlap.IrLAPFramer
 

S

SNRM_COMMAND - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
SUPERVISORY_FORMAT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
ServiceHints - class com.synchrona.jred.irlap.ServiceHints.
IrLMP peers exchange service hints during the connection process to describe their capabilities and to provide a human-readable nickname for discovery logs.
ServiceHints(int, String) - Constructor for class com.synchrona.jred.irlap.ServiceHints
 
ServiceHints(byte[], int, int) - Constructor for class com.synchrona.jred.irlap.ServiceHints
Parse service hints out of bytes in an IrLAPFrame.
s_instance - Static variable in class com.synchrona.jred.irlap.IrLAPState
 
s_instance - Static variable in class com.synchrona.jred.irlap.IrLAPStateConnect
 
s_instance - Static variable in class com.synchrona.jred.irlap.IrLAPStateNDM
 
s_instance - Static variable in class com.synchrona.jred.irlap.IrLAPStateQuery
 
s_instance - Static variable in class com.synchrona.jred.irlap.IrLAPStateReceive
 
s_instance - Static variable in class com.synchrona.jred.irlap.IrLAPStateReply
 
s_instance - Static variable in class com.synchrona.jred.irlap.IrLAPStateSetup
 
send(byte[], int, int) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
send(byte[], int, int) - Method in interface com.synchrona.jred.irlap.iFrameWrapper
 
sendData(byte, byte[], int, int) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
sendDiscoveryResponse(int) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
sendI(byte, int, int, boolean, byte[], int, int) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
sendNext(byte) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
sendRR(byte, boolean, boolean) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
sendRR(byte, int, boolean, boolean) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
sendSNRM(int, byte) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
sendSNRM(int, int, byte) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
sendUA(int, byte, boolean) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
sendUA(int, int, byte, boolean) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
sendXID(int, int, boolean, byte, byte[]) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
setConnectionParameters(byte[]) - Method in class com.synchrona.jred.irlap.IrLAPFramer
 
setConnectionParameters(byte[]) - Method in class com.synchrona.jred.irlap.Parameters
 
setFrameSent(boolean) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
setFramer(IrLAPFramer) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
setLog(PrintWriter) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
setLog(PrintWriter) - Method in class com.synchrona.jred.irlap.IrLAPContext
Deprecated.  
setLog(Log) - Method in class com.synchrona.jred.irlap.IrLAPState
 
setLog(PrintWriter) - Method in class com.synchrona.jred.irlap.IrLAPState
 
setLog(Log) - Method in class com.synchrona.jred.irlap.IrLAPStateQuery
 
setLog(PrintWriter) - Method in class com.synchrona.jred.irlap.IrLAPStateQuery
 
setLog(PrintWriter) - Method in interface com.synchrona.jred.irlap.iFrameWrapper
 
setLogging(boolean) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
setLogging(boolean) - Method in class com.synchrona.jred.irlap.IrLAPContext
Deprecated.  
setLogging(boolean) - Method in class com.synchrona.jred.irlap.IrLAPState
 
setLogging(boolean) - Method in class com.synchrona.jred.irlap.IrLAPStateQuery
 
setLogging(boolean) - Method in interface com.synchrona.jred.irlap.iFrameWrapper
 
setNumberOfBOFs(int) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
setRemoteBusy(boolean) - Method in class com.synchrona.jred.irlap.IrLAPContext
 
size() - Method in class com.synchrona.jred.irlap.IrLAPSendQueue
Returns the number of frames in the send queue.
startFTimer() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
startQueryTimer() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
startWatchdogTimer() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
stopQueryTimer() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
stopWatchdogTimer() - Method in class com.synchrona.jred.irlap.IrLAPContext
 

T

TELEPHONY - Static variable in class com.synchrona.jred.irlap.ServiceHints
Declares that this device supports IR telephony.
TYPE_CODE - Static variable in class com.synchrona.jred.irlap.UserString
All of the IrLMP datatypes begin with a one-byte type code.
toBytes() - Method in class com.synchrona.jred.irlap.ServiceHints
 
toString() - Method in class com.synchrona.jred.irlap.ConnectionInformation
 
toString() - Method in class com.synchrona.jred.irlap.DiscoveryInformation
 
toString() - Method in class com.synchrona.jred.irlap.ServiceHints
 
toString() - Method in class com.synchrona.jred.irlap.UserString
 

U

UA_RESPONSE - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
UNICODE - Static variable in class com.synchrona.jred.irlap.UserString
 
UNNUMBERED_FORMAT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
UserString - class com.synchrona.jred.irlap.UserString.
supported character encodings
UserString(String) - Constructor for class com.synchrona.jred.irlap.UserString
 
UserString(int, byte[], int, int) - Constructor for class com.synchrona.jred.irlap.UserString
 
updateNr(int) - Method in class com.synchrona.jred.irlap.IrLAPContext
Acknowledge frames through Nr - 1 by removing them from the send queue.

V

VALID_BITS - Static variable in class com.synchrona.jred.irlap.ServiceHints
Used in construction to assert that only capabilities supported by the IrDA standard are declared by a service user.
verifyFrameArgs(byte[], int, int) - Method in class com.synchrona.jred.irlap.AsyncFrameWrapper
 

W

waitMinimumTurnaroundTime() - Method in class com.synchrona.jred.irlap.IrLAPContext
 
writeTable(PrintWriter) - Static method in class com.synchrona.jred.irlap.Crc
 

X

XBOF - Static variable in class com.synchrona.jred.irlap.AsyncFrameWrapper
 
XID_COMMAND - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
XID_FORMAT - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 
XID_RESPONSE - Static variable in class com.synchrona.jred.irlap.IrLAPFramer
 

Z

zeroRetryCount() - Method in class com.synchrona.jred.irlap.IrLAPContext
 

_

_baudRate - Variable in class com.synchrona.jred.irlap.Parameters
 
_log - Variable in class com.synchrona.jred.irlap.IrLAPStateQuery
 
_maxTurnaroundTime - Variable in class com.synchrona.jred.irlap.Parameters
 

A B C D E F G H I L M N P R S T U V W X Z _