BDInfo.TSDescriptor.TSDescriptor C# (CSharp) Method

TSDescriptor() public method

public TSDescriptor ( byte name, byte length ) : System
name byte
length byte
return System
        public TSDescriptor(byte name, byte length)
        {
            Name = name;
            Value = new byte[length];
        }