ST_AcsiPhyComAddr
This structure describes a physical communication address.
Namespace: Tc3_Acsi
Library: Tc3_Acsi (Tc3_Acsi.compiled-library)
Syntax
TYPE ST_AcsiPhyComAddr :
STRUCT
Addr : T_OCTET6;
PRIORITY : BYTE;
VID : WORD;
APPID : WORD;
END_STRUCT
END_TYPE
Components
Name | Type | Description |
---|---|---|
Addr | T_OCTET6 | Media Access Control (MAC) address. |
PRIORITY | BYTE | User priority. |
VID | WORD | VLAN identification. |
APPID | WORD | Application identification. |