Skip to content

Commit

Permalink
Some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-dmxc committed May 19, 2024
1 parent 1c2a1de commit f8f31d0
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 46 deletions.
60 changes: 60 additions & 0 deletions ArtNetTests/Binary Tests/Pknight/Pknight_CR011R.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
using ArtNetSharp;
using RDMSharp;

namespace ArtNetTests.Binary_Tests.Showtec
{
internal class Pknight_CR011R : AbstractArtPollReplyBinaryTestSubject
{
private static readonly byte[] DATA= [
0x41, 0x72, 0x74, 0x2d, 0x4e, 0x65, 0x74, 0x00,
0x00, 0x21, 0x0a, 0xc9, 0x06, 0x64, 0x36, 0x19,
0x00, 0x0e, 0x00, 0x00, 0x00, 0x22, 0x00, 0x31,
0x7a, 0x70, 0x43, 0x52, 0x30, 0x31, 0x31, 0x52,
0x5f, 0x30, 0x30, 0x31, 0x00, 0x00, 0x5c, 0x01,
0x00, 0x20, 0x70, 0xb5, 0x43, 0x52, 0x30, 0x31,
0x31, 0x52, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x30, 0x30, 0x30, 0x31,
0x20, 0x5b, 0x30, 0x32, 0x32, 0x30, 0x5d, 0x20,
0x41, 0x72, 0x74, 0x4e, 0x65, 0x74, 0x00, 0x31,
0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31,
0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31,
0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31,
0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31,
0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31, 0x31,
0x31, 0x31, 0x31, 0x31, 0x00, 0x01, 0x80, 0x31,
0x31, 0x31, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00,
0x00, 0x00, 0x00, 0x31, 0x31, 0x31, 0x00, 0x31,
0x31, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x02, 0x4d, 0x48, 0xc9, 0x06, 0x64, 0x0a,
0xc9, 0x06, 0x64, 0x01, 0x08, 0x31 ];

private static readonly PortTestSubject[] PORTS =
[
new PortTestSubject(EPortType.OutputFromArtNet,(Universe)0,(Universe)0)
];
public Pknight_CR011R() : base(
"Pknight CR011R",
DATA,
0,
"CR011R_001",
"CR011R",
new MACAddress("02:4d:48:c9:06:64"),
new IPv4Address("10.201.6.100"),
new IPv4Address("10.201.6.100"),
0x0022,
0x707a,
EStCodes.StNode,
PORTS,
false, //Compleatly Buggy. Provided by Mario from Berlin
1,
2)
{
}
}
}
46 changes: 0 additions & 46 deletions ArtNetTests/ReportedBugs/MarioBock_Berlin.cs

This file was deleted.

0 comments on commit f8f31d0

Please sign in to comment.