BALTECH Docs |
C API for BALTECH SDK
|
brp_errcode brp_DHWCtrl_NicGetChipType | ( | brp_protocol | protocol, |
brp_buf * | ChipType, | ||
size_t * | ChipType_len, | ||
brp_mempool * | mempool | ||
) |
Returns the chip type of the Network Interface.
[in] | protocol | used to execute the command |
[out] | ChipType | The Chip type characterizing byte stream (DM9006: 0x 0A 46 90 06 02). |
[out] | ChipType_len | |
[in] | mempool | is used to store response data. Maybe NULL to use an internal mempool, in this case the data is only available until another command uses the internal mempool |