ST_GseMsvCBSubscriberRx

Information in the last-received SV message.

Namespace: Tc3_Gse
Library: Tc3_Gse (Tc3_Gse.compiled-library)

TYPE ST_GseMsvCBSubscriberRx :
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_TYPE

Components

Name

Type

Description

eState

E_GseSvCBState

Subscriber state.

srcAddr

ETHERNET_ADDRESS

MAC address of the message source.

dstAddr

ETHERNET_ADDRESS

MAC address of the message destination.

nAPPID

WORD

APPID.

nVID

WORD(0..4095)

Virtual LAN identification.

ePRIORITY

E_AcsiVLanPriority

Virtual LAN priority.

ipAdapter

I_GseAdapterClass

GSE network adapter interface pointer.

ipApdu

I_GseSvApduClass

SV-APDU object interface pointer.