SettingsHelperUtilZmotifGetTransferTemperatureOffset Method 
             | 
          
        
         
            Returns the transfer temperature offset value for the specified sensor.
            
 
    Namespace: 
   Zebra.Sdk.Card.Zmotif.Settings
    Assembly:
   SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
SyntaxParameterInfo GetTransferTemperatureOffset(
	TransferTemperatureType type
)
Function GetTransferTemperatureOffset ( 
	type As TransferTemperatureType
) As ParameterInfo
ParameterInfo^ GetTransferTemperatureOffset(
	TransferTemperatureType type
)
Parameters
- type
 - Type: Zebra.Sdk.Card.EnumerationsTransferTemperatureType
The transfer temperature sensor. 
Return Value
Type: 
ParameterInfoThe transfer temperature value and range.
Exceptions| Exception | Condition | 
|---|
| ConnectionException | If the device is busy or there is an error communicating with the printer. | 
| SettingsException | If the type is invalid or an error occurs while retrieving the transfer temperature value. | 
RemarksFor ZMotif Series re-transfer printers only.
See Also