Variables
simple_echo_client Namespace Reference

Variables

tuple args = parser.parse_args()
tuple data = raw_input('> ')
tuple packer = struct.Struct("!%ds" % len(data))
tuple parser = argparse.ArgumentParser(description='Simple socket client')
tuple server = socket(AF_INET, SOCK_STREAM)

Variable Documentation

Definition at line 11 of file simple_echo_client.py.

tuple simple_echo_client::data = raw_input('> ')

Definition at line 21 of file simple_echo_client.py.

tuple simple_echo_client::packer = struct.Struct("!%ds" % len(data))

Definition at line 24 of file simple_echo_client.py.

tuple simple_echo_client::parser = argparse.ArgumentParser(description='Simple socket client')

Definition at line 7 of file simple_echo_client.py.

tuple simple_echo_client::server = socket(AF_INET, SOCK_STREAM)

Definition at line 16 of file simple_echo_client.py.



mini_maxwell
Author(s): Yusuke Furuta
autogenerated on Sun Jan 25 2015 12:37:43