public __construct(Protocol $protocol, ?string $guid): void
Parameter | Type | Description |
---|
$protocol | Protocol | |
$guid | string | |
Connect to the Warlock server.
public connect(string $applicationName, string $host, int $port, ?array $extraHeaders): bool
Parameter | Type | Description |
---|
$applicationName | string | |
$host | string | |
$port | int | |
$extraHeaders | array | |
public disconnect(): bool
public send(string $command, mixed $payload): bool
Parameter | Type | Description |
---|
$command | string | |
$payload | mixed | |
public recv(mixed $payload, int $tvSec = 3, int $tvUsec): string
Parameter | Type | Description |
---|
$payload | mixed | |
$tvSec | int | |
$tvUsec | int | |
Generated by Hazaar API Doc Generator