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

The SMB_DIRECT_BUFFER_DESCRIPTOR_1 structure represents a registered RDMA buffer
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Length uint
Offset System.UInt64
SIZE int
Token uint

프로퍼티 상세

Length 공개적으로 프로퍼티

The size, in bytes, of the data to be transferred to or from the registered buffer.
public uint Length
리턴 uint

Offset 공개적으로 프로퍼티

The RDMA provider-specific offset, in bytes, identifying the first byte of data to be transferred to or from the registered buffer.
public UInt64,System Offset
리턴 System.UInt64

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

public static int SIZE
리턴 int

Token 공개적으로 프로퍼티

An RDMA provider-assigned Steering Tag for accessing the registered buffer.
public uint Token
리턴 uint