Package io.anyline.nfc.NFC
        Class Apdu
- 
                    
                    
- All Implemented Interfaces:
 
public class Apdu 
- 
                
                    
                    
- 
                                
                            
                                
Constructor Summary
Constructors Constructor Description Apdu() 
- 
                                
                            
                                
Method Summary
Modifier and Type Method Description Array<byte>buildApduCommand(byte cla, byte instruction, byte parameter1, byte parameter2, Array<byte> command, byte minExpectedLength)Array<byte>buildApduCommand(byte cla, byte instruction, byte parameter1, byte parameter2, Array<byte> command)voidsetApduWithLe(boolean value)- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
buildApduCommand
Array<byte> buildApduCommand(byte cla, byte instruction, byte parameter1, byte parameter2, Array<byte> command, byte minExpectedLength)
 
- 
                                        
buildApduCommand
Array<byte> buildApduCommand(byte cla, byte instruction, byte parameter1, byte parameter2, Array<byte> command)
 
- 
                                        
setApduWithLe
void setApduWithLe(boolean value)
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -