struct Protocol::Tethering::Accepted

Overview

Informs that port was successfully bound and got a specified connection id.

Included Modules

Defined in:

protocol/tethering.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def connection_id : String #

Connection id to be used.


[View source]
def port : Int::Primitive #

Port number that was successfully bound.


[View source]