Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
TDx_Play_Library v2.00 Component Reference
|
|
[ TDx_Play::OnSecureMessage() ]
[ next: OnSendComplete() ]
[ prev: OnReceive() ]
__published:
__property TDx_OnSecureMessage OnSecureMessage = {read=FOnSecureMessage, write=FOnSecureMessage, nodefault};
TDX_PLAY::ONSECUREMESSAGE()
[ component event ]
- Description
- Parameters
Data
The Data parameter references the message data.
DataSize
The DataSize parameter defines the size, in bytes, of the message data.
Flags
The Flags parameter defines flags indicating the security style of the received message.
The described effect applies when the flag is set.
DPSEND_ENCRYPTED
The message was a successfully decrypted message that was encrypted by the sender.
DPSEND_SIGNED
The message is a successfully verified message that was digitally signed by the sender.
IdFrom
The IdFrom parameter identifies the sending player.
Sender
The Sender parameter refers to the object that signalled the event.
- See Also
- Top
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
|
|