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