# File lib/nanite/packets.rb, line 332
    def initialize(identity, status, size=nil)
      @status   = status
      @identity = identity
      @size     = size
    end