const STATUS_DISCONNECTED = 0
const STATUS_CONNECTING = 1
const STATUS_CONNECTED = 2
const STATUS_NEGOTIATING = 3
const STATUS_AUTHENTICATING = 4
const STATUS_STREAMING = 5
public string $clusterName
public int $reconnectTimeout
private string $accessKey
private int $lastConnectAttempt
public __construct({Array})
Parameter | Type | Description |
---|
$clusterName | string | |
$address | string | |
$port | int | |
$isRemote | bool | |
public __destruct({Array})
Parameter | Type | Description |
---|
$buf | string | |
Parameter | Type | Description |
---|
$accessKey | string | |
public disconnect({Array})
public isConnected({Array})
public sendEvent({Array})
Parameter | Type | Description |
---|
$eventID | string | |
$triggerID | string | |
$data | mixed | |
protected processCommand({Array})
Parameter | Type | Description |
---|
$command | string | |
$payload | mixed | |
Generated by Hazaar API Doc Generator