ArtemisComm.IntelPacket.IntelPacket C# (CSharp) 메소드

IntelPacket() 공개 메소드

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