Exemple #1
0
 public E131Pkt(Guid guid, string source, byte sequence, UInt16 universe, byte[] values, int offset, int slots)
 {
     E131Dmp		= new E131Dmp(values, offset, slots);
     E131Framing	= new E131Framing((UInt16) (E131Framing.PhybufferSize + E131Dmp.Length), source, sequence, universe);
     E131Root	= new E131Root((UInt16) (E131Root.PduSize + E131Framing.Length), guid);
 }
Exemple #2
0
 public E131Pkt(Guid guid, string source, byte sequence, UInt16 universe, byte[] values, int offset, int slots)
 {
     E131Dmp     = new E131Dmp(values, offset, slots);
     E131Framing = new E131Framing((UInt16)(E131Framing.PhybufferSize + E131Dmp.Length), source, sequence, universe);
     E131Root    = new E131Root((UInt16)(E131Root.PduSize + E131Framing.Length), guid);
 }