Public Member Functions | Public Attributes | List of all members
tellopy._internal.protocol.DownloadedFile Class Reference
Inheritance diagram for tellopy._internal.protocol.DownloadedFile:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, filenum, size)
 
def data (self)
 
def done (self)
 
def haveFragment (self, chunk, fragment)
 
def recvFragment (self, chunk, fragment, size, data)
 

Public Attributes

 buffer
 
 bytes_recieved
 
 chunks_received
 
 filenum
 
 size
 

Detailed Description

Definition at line 230 of file protocol.py.

Constructor & Destructor Documentation

def tellopy._internal.protocol.DownloadedFile.__init__ (   self,
  filenum,
  size 
)

Definition at line 231 of file protocol.py.

Member Function Documentation

def tellopy._internal.protocol.DownloadedFile.data (   self)

Definition at line 241 of file protocol.py.

def tellopy._internal.protocol.DownloadedFile.done (   self)

Definition at line 238 of file protocol.py.

def tellopy._internal.protocol.DownloadedFile.haveFragment (   self,
  chunk,
  fragment 
)

Definition at line 244 of file protocol.py.

def tellopy._internal.protocol.DownloadedFile.recvFragment (   self,
  chunk,
  fragment,
  size,
  data 
)

Definition at line 247 of file protocol.py.

Member Data Documentation

tellopy._internal.protocol.DownloadedFile.buffer

Definition at line 236 of file protocol.py.

tellopy._internal.protocol.DownloadedFile.bytes_recieved

Definition at line 234 of file protocol.py.

tellopy._internal.protocol.DownloadedFile.chunks_received

Definition at line 235 of file protocol.py.

tellopy._internal.protocol.DownloadedFile.filenum

Definition at line 232 of file protocol.py.

tellopy._internal.protocol.DownloadedFile.size

Definition at line 233 of file protocol.py.


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


tello_driver
Author(s): Jordy van Appeven
autogenerated on Wed May 13 2020 03:34:54