Skip to content

PLCamera.BslTwiTransferStatusEnum Class#

Indicates the status of an accepted read or write transfer.

Applies to: dart 2 USB

Visibility: Expert

The feature documentation may provide more information.

Inheritance Hierarchy#

System.Object
  Basler.Pylon.ParameterListEnum
    Basler.Pylon.PLCamera.BslTwiTransferStatusEnum

Constructors#

 NameDescription
Public methodPLCamera.BslTwiTransferStatusEnum Initializes a new instance of the PLCamera.BslTwiTransferStatusEnum class
 

Properties#

 NameDescription
Public propertyNakAddress

The last transfer failed because a NAK was received when sending the address.

Applies to: dart 2 USB

Public propertyNakData

The last transfer failed because a NAK was received when sending data.

Applies to: dart 2 USB

Public propertyName The full name of BslTwiTransferStatus (Overrides ParameterListEnum.Name.)
Public propertyPending

A transfer is pending.

Applies to: dart 2 USB

Public propertySuccess

The last transfer was successful.

Applies to: dart 2 USB

 

Methods#

 NameDescription
Public methodToString The full name of BslTwiTransferStatus (Overrides Object.ToString()()()().)
 

PLCamera.BslTwiTransferStatusEnum.ToString Method#

The full name of BslTwiTransferStatus

Return Value#

Type: String
Returns the full name of BslTwiTransferStatus

PLCamera.BslTwiTransferStatusEnum Constructor#

Initializes a new instance of the PLCamera.BslTwiTransferStatusEnum class

PLCamera.BslTwiTransferStatusEnum.NakAddress Property#

The last transfer failed because a NAK was received when sending the address.

Applies to: dart 2 USB

PLCamera.BslTwiTransferStatusEnum.NakData Property#

The last transfer failed because a NAK was received when sending data.

Applies to: dart 2 USB

PLCamera.BslTwiTransferStatusEnum.Name Property#

The full name of BslTwiTransferStatus

PLCamera.BslTwiTransferStatusEnum.Pending Property#

A transfer is pending.

Applies to: dart 2 USB

PLCamera.BslTwiTransferStatusEnum.Success Property#

The last transfer was successful.

Applies to: dart 2 USB