x393  1.0
FPGAcodeforElphelNC393camera
SocketCommand Class Reference

Public Member Functions

Static Public Attributes

Detailed Description

Definition at line 26 of file socket_command.py.

Constructor & Destructor Documentation

def __init__ (   self,
  command = None,
  arguments = None 
)

Definition at line 29 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

Member Function Documentation

def fromJSON (   self,
  jstr 
)

Definition at line 68 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

def getArgs (   self)

Definition at line 34 of file socket_command.py.

References SocketCommand.arguments.

def getCommand (   self)

Definition at line 32 of file socket_command.py.

References SocketCommand.command.

def getFlush (   self)

Definition at line 44 of file socket_command.py.

References SocketCommand.command.

def getRead (   self)

Definition at line 46 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

def getStart (   self)

Definition at line 36 of file socket_command.py.

References SocketCommand.command.

def getStop (   self)

Definition at line 38 of file socket_command.py.

References SocketCommand.command.

def getWait (   self)

Definition at line 42 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

def getWrite (   self)

Definition at line 40 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

def setFlush (   self)

Definition at line 58 of file socket_command.py.

References SocketCommand.command.

def setRead (   self,
  arguments 
)

Definition at line 60 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

def setStart (   self)

Definition at line 48 of file socket_command.py.

References SocketCommand.command.

def setStop (   self)

Definition at line 50 of file socket_command.py.

References SocketCommand.command.

def setWait (   self,
  arguments 
)

Definition at line 55 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

def setWrite (   self,
  arguments 
)

Definition at line 52 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

def toJSON (   self,
  val = None 
)

Definition at line 63 of file socket_command.py.

References SocketCommand.arguments, and SocketCommand.command.

Member Data Documentation


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