Uses of Class
com.upek.android.ptapi.struct.PtImgFormat

Packages that use PtImgFormat
com.upek.android.ptapi   
 

Uses of PtImgFormat in com.upek.android.ptapi
 

Methods in com.upek.android.ptapi that return PtImgFormat
 PtImgFormat PtConnectionI.getImageFormat(int operation)
          Gets current value of image format set for image acquiring or navigation operations.
 PtImgFormat PtConnection.getImageFormat(int operation)
           
 

Methods in com.upek.android.ptapi with parameters of type PtImgFormat
 void PtConnectionI.setImageFormat(int operation, PtImgFormat format, int dataSections)
          Sets image format for following image acquiring or navigation operations.
 void PtConnection.setImageFormat(int operation, PtImgFormat format, int dataSections)