RequestDataObject Class

Definition

Representation of a request data object (=RDO).

public class RequestDataObject
type RequestDataObject = class
Public Class RequestDataObject
Inheritance
RequestDataObject

Constructors

RequestDataObject(UInt32)

Initializes a new instance of the RequestDataObject class.

Properties

CapabilityMismatch

Gets or sets a value indicating whether there is a capability mismatch.

GiveBackFlag

Gets or sets a value indicating whether the give back flag is set.

MaximalCurrent

Gets or sets the maximal current.

NoUsbSuspend

Gets or sets a value indicating whether the USB is not suspended.

ObjectPosition

Gets or sets the object position.

OperatingCurrent

Gets or sets the operational current.

UnchunkedExtendedMessagesSupported

Gets or sets a value indicating whether unchunked extended messages are supported.

UsbCommunicationsCapable

Gets or sets a value indicating whether the port is capable of USB communications.

Value

Gets the raw value received from the USB-PD controller which encodes all properties of this RDO. See USB-PD specification for details.

Applies to