C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpefs.DR_DEVICE_IOREQUEST

This header is embedded in all server requests on a specific device.
file:///D:/programs/RFSPAC/XML-RDPEFS/_rfc_ms-rdpefs2_2_1_4.xml
Inheritance: RdpefsPDU
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property Type Description
CompletionId uint
DeviceId uint
FileId uint
MajorFunction MajorFunction_Values
MinorFunction MinorFunction_Values

Public Methods

Method Description
Decode ( PduMarshaler marshaler ) : bool
Encode ( PduMarshaler marshaler ) : void

Method Details

Decode() public method

public Decode ( PduMarshaler marshaler ) : bool
marshaler PduMarshaler
return bool

Encode() public method

public Encode ( PduMarshaler marshaler ) : void
marshaler PduMarshaler
return void

Property Details

CompletionId public_oe property

A 32-bit unsigned integer that specifies a unique ID for each request. The ID is considered valid until a Device I/O Response is received. Subsequently, the ID can be reused.
public uint CompletionId
return uint

DeviceId public_oe property

A 32-bit unsigned integer that is a unique ID. The value MUST match the DeviceId value in the Client Device List Announce Request.
public uint DeviceId
return uint

FileId public_oe property

A 32-bit unsigned integer that specifies a unique ID retrieved from the Device Create Response.
public uint FileId
return uint

MajorFunction public_oe property

A 32-bit unsigned integer that identifies the request function. This field MUST have one of the following values.
public MajorFunction_Values MajorFunction
return MajorFunction_Values

MinorFunction public_oe property

A 32-bit unsigned integer. This field is valid only when the MajorFunction field is set to IRP_MJ_DIRECTORY_CONTROL. This field MUST have one of the following values.
public MinorFunction_Values MinorFunction
return MinorFunction_Values