ST_GseMsvCBPublisherTx
Information in the last-sent SV message.
Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)
TYPE ST_GseMsvCBPublisherTx :
STRUCT
eState : E_GseSvCBState;
(*---------------------------------------------------------*)
srcAddr : ETHERNET_ADDRESS;
dstAddr : ETHERNET_ADDRESS;
nAPPID : WORD;
nVID : WORD(0..4095);
ePRIORITY : E_AcsiVLanPriority;
(*---------------------------------------------------------*)
ipAdapter : I_GseAdapterClass;
ipApdu : I_GseSvApduClass;
END_STRUCT
END_TYPEComponents
Name | Type | Description |
|---|---|---|
eState | Publisher state. | |
srcAddr | MAC address of the message source. | |
dstAddr | MAC address of the message destination. | |
nAPPID | WORD | APPID. |
nVID | WORD(0..4095) | Virtual LAN identification. |
ePRIORITY | Virtual LAN priority. | |
ipAdapter | GSE network adapter interface pointer. | |
ipApdu | SV-APDU object interface pointer. |