Functions | |
| int32_t | PN_setDcpFilterStationName (PRUICSS_HwAttrs const *pruicssHwAttrs, const uint8_t *dcpNameOfStation, uint8_t lengthOfStationName) |
| API to configure the station name and length of station name of device for filtering DCP Identify requests. More... | |
| int32_t PN_setDcpFilterStationName | ( | PRUICSS_HwAttrs const * | pruicssHwAttrs, |
| const uint8_t * | dcpNameOfStation, | ||
| uint8_t | lengthOfStationName | ||
| ) |
API to configure the station name and length of station name of device for filtering DCP Identify requests.
| [in] | pruicssHwAttrs | PRUICSS HW Attributes for base addresses |
| [in] | dcpNameOfStation | Pointer to the array which contains the station name |
| [in] | lengthOfStationName | Length of the station name. Valid values are from 0 to 240. If the length is configured as zero then all DCP Ident request are passed to host. |
| 0 | on success Error codes : ERR_STATION_NAME_LENGTH |