Skip to content

3.0.0

Latest

Choose a tag to compare

@lukewire129 lukewire129 released this 28 Aug 08:02
· 3 commits to main since this release

PakcetSupoort의 빌더는

3.0.0 부터는

  • Append를 기본 메서드를 사용

예시

var builder = new PacketBuilder ()
               .Append (1)
               .Append (0x40, 0x41, 0x42, 0x43)
               .Append ("Hi")
               .Build();