ArtemisComm.BasePacket.BasePacket C# (CSharp) Method

BasePacket() public method

public BasePacket ( Stream stream, int index ) : System
stream Stream
index int
return System
        public BasePacket(Stream stream, int index) : base(stream, index) { }
BasePacket