C# 클래스 Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smbd.SmbdDataTransferMessage

The SMBDirect Data Transfer message is sent to transfer upper-layer data, manage credits, or perform other functions. This request optionally contains upper-layer data to transfer as the message’s data payload. The sender can send a SMBDirect Data Transfer Request message with no data payload to grant credits, request credits, or perform other functions.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CreditsGranted ushort
CreditsRequested ushort
DEFAULT_DATA_OFFSET int
DataLength uint
DataOffset uint
Flags SmbdDataTransfer_Flags
MINIMUM_SIZE int
RemainingDataLength uint
Reserved ushort

프로퍼티 상세

CreditsGranted 공개적으로 프로퍼티

The incremental number of Send Credits granted by the sender.
public ushort CreditsGranted
리턴 ushort

CreditsRequested 공개적으로 프로퍼티

The total number of Send Credits requested of the receiver, including any Send Credits already granted.
public ushort CreditsRequested
리턴 ushort

DEFAULT_DATA_OFFSET 공개적으로 정적으로 프로퍼티

default data offset of SMBD transfer
public static int DEFAULT_DATA_OFFSET
리턴 int

DataLength 공개적으로 프로퍼티

The length, in bytes, of the message’s data payload. If no data payload is associated with this message, this value MUST be 0.
public uint DataLength
리턴 uint

DataOffset 공개적으로 프로퍼티

The offset, in bytes, from the beginning of the SMBDirect header to the first byte of the message’s data payload. If no data payload is associated with this message, this value MUST be 0. This offset MUST be 8-byte aligned from the beginning of the message.
public uint DataOffset
리턴 uint

Flags 공개적으로 프로퍼티

The flags indicating how the operation is to be processed.
public SmbdDataTransfer_Flags Flags
리턴 SmbdDataTransfer_Flags

MINIMUM_SIZE 공개적으로 정적으로 프로퍼티

minimum size of SMBD transfer message
public static int MINIMUM_SIZE
리턴 int

RemainingDataLength 공개적으로 프로퍼티

The amount of data, in bytes, remaining in a sequence of fragmented messages. If this value is 0x00000000, this message is the final message in the sequence.
public uint RemainingDataLength
리턴 uint

Reserved 공개적으로 프로퍼티

The sender SHOULD set this field to 0 and the receiver MUST ignore it on receipt.
public ushort Reserved
리턴 ushort