ArtemisComm.IntelPacket.IntelPacket C# (CSharp) Method

IntelPacket() public method

public IntelPacket ( Stream stream, int index ) : System
stream Stream
index int
return System
        public IntelPacket(Stream stream, int index) : base(stream, index) { }
        public int ID { get; set; }