struct Protocol::Target::DetachedFromTarget

Overview

Issued when detached from target for any reason (including detachFromTarget command). Can be issued multiple times per target if multiple sessions have been attached to it.

Included Modules

Defined in:

protocol/target.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def session_id : SessionID #

Detached session identifier.


[View source]
def target_id : TargetID | Nil #

Deprecated.


[View source]