Uses of Class
org.llrp.ltk.types.SignedByte

Packages that use SignedByte
org.llrp.ltk.generated.enumerations   
org.llrp.ltk.generated.parameters   
org.llrp.ltk.types   
 

Uses of SignedByte in org.llrp.ltk.generated.enumerations
 

Subclasses of SignedByte in org.llrp.ltk.generated.enumerations
 class C1G2TruncateAction
          C1G2TruncateAction is Enumeration of Type TwoBitEnumeration
 

Uses of SignedByte in org.llrp.ltk.generated.parameters
 

Fields in org.llrp.ltk.generated.parameters declared as SignedByte
protected  SignedByte FrequencyRSSILevelEntry.averageRSSI
           
protected  SignedByte FrequencyRSSILevelEntry.peakRSSI
           
protected  SignedByte PeakRSSI.peakRSSI
           
 

Methods in org.llrp.ltk.generated.parameters that return SignedByte
 SignedByte FrequencyRSSILevelEntry.getAverageRSSI()
          get averageRSSI of type SignedByte.
 SignedByte FrequencyRSSILevelEntry.getPeakRSSI()
          get peakRSSI of type SignedByte.
 SignedByte PeakRSSI.getPeakRSSI()
          get peakRSSI of type SignedByte.
 

Methods in org.llrp.ltk.generated.parameters with parameters of type SignedByte
 void FrequencyRSSILevelEntry.setAverageRSSI(SignedByte averageRSSI)
          set averageRSSI of type SignedByte .
 void FrequencyRSSILevelEntry.setPeakRSSI(SignedByte peakRSSI)
          set peakRSSI of type SignedByte .
 void PeakRSSI.setPeakRSSI(SignedByte peakRSSI)
          set peakRSSI of type SignedByte .
 

Uses of SignedByte in org.llrp.ltk.types
 

Subclasses of SignedByte in org.llrp.ltk.types
 class TwoBitEnumeration
          Enumerations that can hold 4 values (2 bits) at most
 

Fields in org.llrp.ltk.types with type parameters of type SignedByte
protected  java.util.List<SignedByte> BytesToEnd.bytes
           
 

Methods in org.llrp.ltk.types that return SignedByte
 SignedByte BytesToEnd.get(java.lang.Integer i)
          get a byte at a specified position.
 

Methods in org.llrp.ltk.types with parameters of type SignedByte
 void BytesToEnd.add(SignedByte aByte)
          add a byte to the end of all bytes.
 



Copyright © 2007 ETH Zurich.