Beispiel #1
0
        public void Usage()
        {
            var uniCastAddress = new UniCastAddress(1, 1, 100);

            var actualBytes = uniCastAddress.GetBytes();

            actualBytes.Should().BeEquivalentTo(new byte[] { 0x11, 0x64 });
        }