chirpstack/api/php/generated/Chirpstack/Gateway/ImmediatelyTimingInfo.php
2024-06-25 12:27:28 +01:00

34 lines
719 B
PHP
Vendored

<?php
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: gw/gw.proto
namespace Chirpstack\Gateway;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
/**
* Not implemented yet.
*
* Generated from protobuf message <code>gw.ImmediatelyTimingInfo</code>
*/
class ImmediatelyTimingInfo extends \Google\Protobuf\Internal\Message
{
/**
* Constructor.
*
* @param array $data {
* Optional. Data for populating the Message object.
*
* }
*/
public function __construct($data = NULL) {
\GPBMetadata\Chirpstack\Gateway\Gw::initOnce();
parent::__construct($data);
}
}