Version


|
|
TXVPD_P_VPID:
|
|
vpdatchkey
|
Application's attach key (specified in attach request)
|
|
vpdcpctl
|
Communication processor's virtual port control key (first returned in attach response)
|

|
|
TXVPD_P_ATTACH:
|
|
vpdvpnum
|
Virtual port number to attach to
|
|
vpdatchkey
|
Application's attach key (identifies this virtual port conversation)
|
|
REQUEST:
|
Attach to Virtual Port
|
|
req
|
Common request header [TX_DPR_REQHDR]
|
|
data.u.attach
|
Attach parameters [TXVPD_P_ATTACH]
|
|
RESPONSE:
|
Attach to Virtual Port
|
|
rsp
|
Common response header [TX_DPR_RSPHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|


|
REQUEST:
|
Enable Virtual Port
|
|
req
|
Common request header [TX_DPR_REQHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|
|
RESPONSE:
|
Enable Virtual Port
|
|
rsp
|
Common response header [TX_DPR_RSPHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|


|
REQUEST:
|
Disable Virtual Port
|
|
req
|
Common request header [TX_DPR_REQHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|
|
RESPONSE:
|
Disable Virtual Port
|
|
rsp
|
Common response header [TX_DPR_RSPHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|

|
REQUEST:
|
Detach from Virtual Port
|
|
req
|
Common request header [TX_DPR_REQHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|
|
RESPONSE:
|
Detach from Virtual Port
|
|
rsp
|
Common response header [TX_DPR_RSPHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|

|
|
TXVPD_P_DATA:
|
|
vpdid
|
Structure identifying the specific virtual port conversation
|
|
vpddata
|
From 1..MAXVPDDATA bytes to be transmitter over virtual port
|

|
REQUEST:
|
Transmit Data over Virtual Port
|
|
req
|
Common request header [TX_DPR_REQHDR]
|
|
data.u.data
|
Attach identification and TX data [TXVPD_P_DATA]
|
|
RESPONSE:
|
Transmit Data over Virtual Port
|
|
rsp
|
Common response header [TX_DPR_RSPHDR]
|
|
data.u.vpid
|
Attach identification [TXVPD_P_VPID]
|

|
|
TXVPD_P_DATA:
|
|
vpdid
|
Identifies the specific virtual port conversation
|
|
vpddata
|
From 1..MAXVPDDATA bytes received over virtual port
|
|
NOTIFICATION:
|
Receive Data over Virtual Port
|
|
req
|
Common request header [TX_DPR_REQHDR]
|
|
data.u.data
|
Attach identification and RX data [TXVPD_P_DATA]
|

Version