public void BuildStartCommandTest( ) { byte[] right = new byte[] { 0x05, 0x30, 0x35, 0x46, 0x46, 0x52, 0x52, 0x30, 0x43, 0x35 }; OperateResult <byte[]> command = MelsecFxLinks.BuildStart(5, true, 0); Assert.IsTrue(HslCommunication.BasicFramework.SoftBasic.IsTwoBytesEquel(command.Content, right), HslCommunication.BasicFramework.SoftBasic.ByteToHexString(command.Content, ' ')); }