BM_OpenRemote
函数名、签名、参数与返回值和 BMAPI SDK 保持一致,可直接用于开发、检索与代码审查。
Open the specified remote device port.
BMAPI BM_ChannelHandle BM_OpenRemote (uint8_t ipv4[4], const BM_ChannelInfoTypeDef *localinfo)Parameters
Section titled “Parameters”| Direction | Name | Description |
|---|---|---|
| [in] | ipv4 |
Remote IPV4, note this is the forwarding-target ip when creating a virtual remote-forwarding channel. |
| [in] | localinfo |
Optional local server information for networking service. e.g. localinfo->name as server name. |
Returns
Section titled “Returns”Handle to the opened CAN device channel, return NULL if failed to open the specified port.
This reference follows the current BUSMUST BMAPI SDK. For an installed package, its bundled header and help files define the exact version-specific contract.