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.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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