class Tinkerforge::CallbackContext

internal

Attributes

mutex[RW]
packet_dispatch_allowed[RW]
queue[RW]
thread[RW]

Public Class Methods

new() click to toggle source
# File lib/tinkerforge/ip_connection.rb, line 518
def initialize
  @queue = nil
  @thread = nil
  @mutex = nil
  @packet_dispatch_allowed = false
end