Skip to content

feat: Text Data (Type=128) パケットの実装 #53

@9c5s

Description

@9c5s

概要

Text Data (Type=128) パケットの送受信を実装する。

仕様 (TCNET V3.5.1B)

  • サイズ: 42 + DataSize バイト / ブロードキャスト or ユニキャスト
  • ASCII形式のテキストデータ転送

パケット構造

Byte Size Type 説明
24 1 UInt8 Step
25 1 - RESERVED
26 4 UInt32LE Data Size
30 12 - RESERVED
42 DataSize ASCII Text Data

実装タスク

  • TCNetTextDataPacket クラスの実装 (read/write)
  • TCNetPackets[128] へのマッピング登録
  • テスト

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions