C# Class Microsoft.Protocols.TestTools.StackSdk.FileAccessService.Smbd.SmbdBufferDescriptorV1

The SMB_DIRECT_BUFFER_DESCRIPTOR_1 structure represents a registered RDMA buffer
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Length uint
Offset System.UInt64
SIZE int
Token uint

Property Details

Length public_oe property

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

Offset public_oe property

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
return System.UInt64

SIZE public_oe static_oe property

public static int SIZE
return int

Token public_oe property

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