iconDreamine
← 목록

Dreamine.Communication.FullKit

stablev1.0.1

통신 라이브러리 전체 번들 — Sockets, Serial, RabbitMQ 일괄 참조.

#communication#dreamine#fullkit#rabbitmq#serial#sockets
TFM net8.0Package Dreamine.Communication.FullKit참조 Dreamine.Communication.Abstractions, Dreamine.Communication.Core, Dreamine.Communication.RabbitMQ, Dreamine.Communication.Serial, Dreamine.Communication.Sockets

Dreamine.Communication.FullKit

Dreamine.Communication.FullKit 통신 기능과 관련 API를 제공합니다.

프로젝트 정보

  • 버전: 1.0.1
  • 대상 프레임워크: net8.0

문서 생성

이 프로젝트 디렉터리에서 다음 명령을 실행합니다.

powershell doxygen Doxyfile.kr

영문 문서는 Doxyfile.en으로 생성할 수 있습니다.

구조 다이어그램

graph LR
    Abstractions["Communication.Abstractions\nIConnectionClient\nIMessageClient"]
    Core["Communication.Core\nConnectionClientBase\nReconnectPolicy"]
    Sockets["Communication.Sockets\nTcpClient\nUdpClient\nTcpServer"]
    Serial["Communication.Serial\nSerialPortClient\nModbusRtu"]
    RabbitMQ["Communication.RabbitMQ\nRabbitMqBroker\nConsumer / Publisher"]
    Wpf["Communication.Wpf\nUI 컨트롤\nStatusIndicator"]
    FullKit["Communication.FullKit\n전체 번들"]

    Abstractions --> Core
    Core --> Sockets
    Core --> Serial
    Core --> RabbitMQ
    Sockets --> Wpf
    Serial --> Wpf
    Abstractions --> FullKit
    Core --> FullKit
    Sockets --> FullKit
    Serial --> FullKit
    RabbitMQ --> FullKit
    Wpf --> FullKit

API 문서

타입

FullKitMarker

\if KO Dreamine Communication FullKit 메타 패키지를 식별하는 표식 형식입니다. \endif \if EN Identifies the Dreamine Communication FullKit meta package. \endif

FullKitMarker

PackageName Field

\if KO 이 메타 패키지가 공개하는 NuGet 패키지 식별자를 가져옵니다. \endif \if EN Gets the NuGet package identifier exposed by this meta package. \endif