Python Client  0.0.0.0
Python wrapper for Corelink DLL
corelink_send_stream.SendStream Class Reference

Public Member Functions

def __init__ (self, arg)
 
def send (self, arg)
 
def send_json (self, msg, json_obj, server_check=False, federation_id=0)
 
def update (self, stream_id, state, stream_ref)
 

Static Public Member Functions

def send_msg (state, stream_ref, stream_id, federation_id, msg, msg_len)
 

Public Attributes

 stream_id
 
 state
 
 stream_ref
 

Detailed Description

    Send Stream

Definition at line 12 of file corelink_send_stream.py.

Constructor & Destructor Documentation

◆ __init__()

def corelink_send_stream.SendStream.__init__ (   self,
  arg 
)

Definition at line 16 of file corelink_send_stream.py.

Member Function Documentation

◆ send()

def corelink_send_stream.SendStream.send (   self,
  arg 
)
    send

Definition at line 30 of file corelink_send_stream.py.

◆ send_json()

def corelink_send_stream.SendStream.send_json (   self,
  msg,
  json_obj,
  server_check = False,
  federation_id = 0 
)
send_json

Definition at line 48 of file corelink_send_stream.py.

◆ send_msg()

def corelink_send_stream.SendStream.send_msg (   state,
  stream_ref,
  stream_id,
  federation_id,
  msg,
  msg_len 
)
static
"
send message

Definition at line 84 of file corelink_send_stream.py.

◆ update()

def corelink_send_stream.SendStream.update (   self,
  stream_id,
  state,
  stream_ref 
)
"
    update the parameters

Definition at line 103 of file corelink_send_stream.py.

Member Data Documentation

◆ state

corelink_send_stream.SendStream.state

Definition at line 108 of file corelink_send_stream.py.

◆ stream_id

corelink_send_stream.SendStream.stream_id

Definition at line 107 of file corelink_send_stream.py.

◆ stream_ref

corelink_send_stream.SendStream.stream_ref

Definition at line 109 of file corelink_send_stream.py.


The documentation for this class was generated from the following file: