C# Класс Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smbd.SmbdNegotiateResponse

The SMBDirect Negotiate Response message is the second message sent on a new SMBDirect connection, in response to the SMBDirect Negotiate Request message, to complete the establishment of an SMBDirect connection.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
CreditsGranted ushort
CreditsRequested ushort
MaxFragmentedSize uint
MaxReadWriteSize uint
MaxReceiveSize uint
MaxVersion SmbdVersion
MinVersion SmbdVersion
NegotiatedVersion SmbdVersion
PreferredSendSize uint
Reserved ushort
SIZE int
Status uint

Описание свойств

CreditsGranted публичное свойство

The number of Send Credits granted by the sender.
public ushort CreditsGranted
Результат ushort

CreditsRequested публичное свойство

The number of Send Credits requested of the receiver.
public ushort CreditsRequested
Результат ushort

MaxFragmentedSize публичное свойство

The maximum number of upper-layer bytes that the sender can receive as the result of a sequence of fragmented Send operations.
public uint MaxFragmentedSize
Результат uint

MaxReadWriteSize публичное свойство

The maximum number of bytes that the sender will transfer via RDMA Write or RDMA Read request to satisfy a single upper-layer read or write request.
public uint MaxReadWriteSize
Результат uint

MaxReceiveSize публичное свойство

The maximum number of bytes that the sender can receive in a single message.
public uint MaxReceiveSize
Результат uint

MaxVersion публичное свойство

The maximum SMBDirect Protocol version supported by the sender. The value MUST be greater than or equal to the MinVersion field and MUST be set to one of the values listed in section 1.7. The sender MUST support all protocol versions that fall in the range inclusively specified by the MinVersion and MaxVersion fields.
public SmbdVersion MaxVersion
Результат SmbdVersion

MinVersion публичное свойство

The minimum SMBDirect Protocol version supported by the sender. The value MUST be set to one of the values listed in section 1.7.
public SmbdVersion MinVersion
Результат SmbdVersion

NegotiatedVersion публичное свойство

The SMBDirect Protocol version that has been selected for this connection. This value MUST be one of the values from the range specified by the SMBDirect Negotiate Request message.
public SmbdVersion NegotiatedVersion
Результат SmbdVersion

PreferredSendSize публичное свойство

The maximum number of bytes that the sender will transmit in a single message. This value MUST be less than or equal to the MaxReceiveSize value of the SMBDirect Negotiate Request message.
public uint PreferredSendSize
Результат uint

Reserved публичное свойство

The sender SHOULD set this field to 0 and the receiver MUST ignore it on receipt.
public ushort Reserved
Результат ushort

SIZE публичное статическое свойство

size of negotiate response
public static int SIZE
Результат int

Status публичное свойство

Indicates whether the SMBDirect Negotiate Request message succeeded. The value MUST be set to STATUS_SUCCESS (0x0000) if SMBDirect Negotiate Request message succeeds.
public uint Status
Результат uint