Click or drag to resize

TransferSpeeds Class

Class for retrieving card type specific transfer speed offsets for ZMotif re-transfer printers.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.ContainersTransferSpeeds

Namespace:  Zebra.Sdk.Card.Containers
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public class TransferSpeeds

The TransferSpeeds type exposes the following members.

Constructors
  NameDescription
Public methodTransferSpeeds
Default contructor.
Top
Properties
  NameDescription
Public propertyInputDouble
Double-sided input speed offset.
Public propertyInputDoubleUV
Double-sided UV input speed offset.
Public propertyInputSingle
Single-sided input speed offset.
Public propertyInputSingleUV
Single-sided UV input speed offset.
Public propertyOutputDouble
Double-sided output speed offset.
Public propertyOutputDoubleUV
Double-sided UV output speed offset.
Public propertyOutputSingle
Single-sided output speed offset.
Public propertyOutputSingleUV
Single-sided UV output speed offset.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also