Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function SendMessage( _ ByVal Message As String, _ ByVal TimeOutMillisecond As Integer, _ ByVal Port As Integer _ ) As String |
Visual Basic (Usage) | ![]() |
---|---|
Dim Message As String Dim TimeOutMillisecond As Integer Dim Port As Integer Dim value As String value = UDPMessageSender.SendMessage(Message, TimeOutMillisecond, Port) |
Managed Extensions for C++ | |
---|---|
public: static string* SendMessage( string* Message, int TimeOutMillisecond, int Port ) |
Parameters
- Message
- TimeOutMillisecond
- Port
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family