PowerTCP Sockets for .NET
Marshal(Data,String,Object) Method




Syntax
'Declaration
 
Public Overloads Sub Marshal( _
   ByVal data As Data, _
   ByVal message As String, _
   ByVal state As Object _
) 
'Usage
 
Dim instance As TcpBase
Dim data As Data
Dim message As String
Dim state As Object
 
instance.Marshal(data, message, state)
public void Marshal( 
   Data data,
   string message,
   object state
)
public: void Marshal( 
   Data* data,
   string* message,
   Object* state
) 
public:
void Marshal( 
   Data^ data,
   String^ message,
   Object^ state
) 

Parameters

data
message
state
See Also

Reference

TcpBase Class
TcpBase Members
Overload List


PowerTCP Sockets for .NET Documentation Version 6.1
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic