ETHFW API Guide
rpmsg_kdrv_ethswitch_s2c_notify Struct Reference

Detailed Description

Ethernet Switch Remote Device Server to Client Notify.

Remote Device Framework notify messages are class of messages that are one directional. The receiver does not respond with response msg or ack. Notify msgs are typically used to notify events

Data Fields

struct rpmsg_kdrv_ethswitch_message_header header
 
u8 data [RPMSG_KDRV_TP_ETHSWITCH_MESSAGE_DATA_LEN]
 

Field Documentation

◆ header

struct rpmsg_kdrv_ethswitch_message_header rpmsg_kdrv_ethswitch_s2c_notify::header

Common CMD header

◆ data

u8 rpmsg_kdrv_ethswitch_s2c_notify::data[RPMSG_KDRV_TP_ETHSWITCH_MESSAGE_DATA_LEN]

Notify data.Presently no S2C notify are supported . API will be updated to support S2C notify events such as PHY link down and this API param is expected to change