NativeBridgeHeartbeat
extends Message
in package
Unix milliseconds.
Generated from protobuf message plugnmeet.NativeBridgeHeartbeat
Table of Contents
Properties
- $ts : mixed
- Generated from protobuf field <code>int64 ts = 1;</code>
Methods
- __construct() : mixed
- Constructor.
- getTs() : int|string
- Generated from protobuf field <code>int64 ts = 1;</code>
- setTs() : $this
- Generated from protobuf field <code>int64 ts = 1;</code>
Properties
$ts
Generated from protobuf field <code>int64 ts = 1;</code>
protected
mixed
$ts
= 0
Methods
__construct()
Constructor.
public
__construct([array<string|int, mixed> $data = null ]) : mixed
Parameters
- $data : array<string|int, mixed> = null
-
{ Optional. Data for populating the Message object.
@type int|string $ts}
getTs()
Generated from protobuf field <code>int64 ts = 1;</code>
public
getTs() : int|string
Return values
int|stringsetTs()
Generated from protobuf field <code>int64 ts = 1;</code>
public
setTs(int|string $var) : $this
Parameters
- $var : int|string