EldoS
MsgConnect home / Documentation / UDPTransport.MessengerPort property
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


UDPTransport.MessengerPort

UDPTransport     See also    


Specifies the port to which the socket will be bound.

Declaration

[C++]
    void setMessengerPort(unsigned Value);
    unsigned getMessengerPort(void);

[Pascal]
    property MessengerPort : word;

[VB6]
    Property MessengerPort As Long

[ActiveX]
    HRESULT _stdcall MessengerPort([in] unsigned long Value );
    HRESULT _stdcall MessengerPort([out, retval] unsigned long * Value );

[C#]
    public int MessengerPort;

[VB.NET]
    Public Property MessengerPort As Integer

[Java]
    public void setMessengerPort(int value);
    public int getMessengerPort();

[Java ME] MIDP 2.0 only
    public void setMessengerPort(int value);
    public int getMessengerPort();

[Palm]
    void setMessengerPort(unsigned Value);
    unsigned getMessengerPort(void);

[DLL]
    void __stdcall MCUDPTransportSetMessengerPort(HMCUDPTransport h, unsigned short value);
    unsigned short __stdcall MCUDPTransportGetMessengerPort(HMCUDPTransport h);

Parameters

  • h - handle to the object that was returned by Create method

Description

    Specifies the port to which the socket will be bound. Remote clients will send messages to this port. If TransportMode is stmP2P or stmServer, then the transport can't be activated until the port is set to some non-zero value.

See also:     MessengerAddress TransportMode

 
Contact Us | Subscribe | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2005, EldoS Corporation