

Public Member Functions | |
| POService () | |
| Constructor. | |
| void | Start () |
| Start the PO service. | |
| void | Stop () |
| Stop the PO service. | |
| void | Resume () |
| Resume the PO service. | |
| void | Pause () |
| Pause the PO service. | |
| int | Custom (int message, string data) |
| A custom event for the PO service. | |
| Simias::POBox::POService::POService | ( | ) | [inline] |
Constructor.
| void Simias::POBox::POService::Start | ( | ) | [inline] |
| void Simias::POBox::POService::Stop | ( | ) | [inline] |
| void Simias::POBox::POService::Resume | ( | ) | [inline] |
| void Simias::POBox::POService::Pause | ( | ) | [inline] |
| int Simias::POBox::POService::Custom | ( | int | message, | |
| string | data | |||
| ) | [inline] |
A custom event for the PO service.
| message | ||
| data |
Implements Simias::Service::IThreadService.
1.5.6