Table of Contents

Enum BridgeDirection

Namespace
DotCompute.Core.Messaging
Assembly
DotCompute.Core.dll

Specifies the direction of message flow in a MessageQueueBridge<T>.

public enum BridgeDirection

Fields

Bidirectional = 2

Supports bidirectional message flow (both Host → Device and Device → Host).

DeviceToHost = 1

Transfers messages from device buffer to host NamedQueue (Device → Host).

HostToDevice = 0

Transfers messages from host NamedQueue to device buffer (Host → Device).