comItem
July 23, 2019 · View on GitHub
- class
comItem(bundle\windows\result\comItem) extendsabstractItem - source
bundle/windows/result/comItem.php
Properties
->port:string- Порт->params:array- Параметры порта- See also in the parent class abstractItem.
Methods
->__construct()->getPort()- Port->getParams()- Port params->connect()- Подключиться к порту->setBaud()- Установить скорость порта (бод)->__toString()- See also in the parent class abstractItem
Methods
__construct()
__construct(mixed $port, mixed $params): void
getPort()
getPort(): string
Port
getParams()
getParams(): array
Port params
connect()
connect(mixed $mode): php\io\MiscStream
Подключиться к порту
setBaud()
setBaud(int $baud): void
Установить скорость порта (бод)
__toString()
__toString(): void