TestCenter Reference
TestCenterAdvanced.IPC.Error Class Reference
Inheritance diagram for TestCenterAdvanced.IPC.Error:

Static Public Attributes

int OK = -1
 
int ON_INIT = 1
 
int ON_CONNECTING = 2
 
int ON_DISCONNECTING = 3
 
int NOT_CONNECTED = 10
 
int ON_SENDING_TIMEOUT = 20
 
int ON_RECEIVING_TIMEOUT = 21
 
int ON_SENDING_1 = 30
 
int SENDING_BLOCKED = 31
 
int ON_SENDING_2 = 32
 
int ON_RECEIVING_1 = 40
 
int EMPTY_MESSAGE = 41
 
int ON_RECEIVING_2 = 42
 

Detailed Description

Definition at line 26 of file IPC.py.

Member Data Documentation

◆ EMPTY_MESSAGE

int TestCenterAdvanced.IPC.Error.EMPTY_MESSAGE = 41
static

Definition at line 38 of file IPC.py.

◆ NOT_CONNECTED

int TestCenterAdvanced.IPC.Error.NOT_CONNECTED = 10
static

Definition at line 31 of file IPC.py.

◆ OK

int TestCenterAdvanced.IPC.Error.OK = -1
static

Definition at line 27 of file IPC.py.

◆ ON_CONNECTING

int TestCenterAdvanced.IPC.Error.ON_CONNECTING = 2
static

Definition at line 29 of file IPC.py.

◆ ON_DISCONNECTING

int TestCenterAdvanced.IPC.Error.ON_DISCONNECTING = 3
static

Definition at line 30 of file IPC.py.

◆ ON_INIT

int TestCenterAdvanced.IPC.Error.ON_INIT = 1
static

Definition at line 28 of file IPC.py.

◆ ON_RECEIVING_1

int TestCenterAdvanced.IPC.Error.ON_RECEIVING_1 = 40
static

Definition at line 37 of file IPC.py.

◆ ON_RECEIVING_2

int TestCenterAdvanced.IPC.Error.ON_RECEIVING_2 = 42
static

Definition at line 39 of file IPC.py.

◆ ON_RECEIVING_TIMEOUT

int TestCenterAdvanced.IPC.Error.ON_RECEIVING_TIMEOUT = 21
static

Definition at line 33 of file IPC.py.

◆ ON_SENDING_1

int TestCenterAdvanced.IPC.Error.ON_SENDING_1 = 30
static

Definition at line 34 of file IPC.py.

◆ ON_SENDING_2

int TestCenterAdvanced.IPC.Error.ON_SENDING_2 = 32
static

Definition at line 36 of file IPC.py.

◆ ON_SENDING_TIMEOUT

int TestCenterAdvanced.IPC.Error.ON_SENDING_TIMEOUT = 20
static

Definition at line 32 of file IPC.py.

◆ SENDING_BLOCKED

int TestCenterAdvanced.IPC.Error.SENDING_BLOCKED = 31
static

Definition at line 35 of file IPC.py.


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