Back to product page
- Introduction
- License Agreement
- Objects
- Enumerations
- wodTunnel
- Methods
- Properties
- AllocatePty
- Authentication
- Channels
- ClientName
- Compression
- Encryption
- EncryptionList
- FIPS
- HMacList
- Hostname
- KeyExchangeList
- KeySignatureList
- Login
- MyHostname
- MyIP
- Notification
- Password
- Port
- PrivateKey
- Protocol
- ProxyHostname
- ProxyLogin
- ProxyPassword
- ProxyPort
- ProxyType
- RemoteIdentification
- State
- StateText
- Threads
- Timeout
- UseIPv6
- Version
- Events
- wodTunnelNotify
- Channel
- Channels
- User
- Users
- How to get support?
- Technical information
- Fast notifications interface
- Using threads
- Error list
UserConnected method
Called when a user connects to the listening channel.
Type
NoneSyntax
- Basic
object.UserConnected Owner, Chan, User, ErrorCode, ErrorText
The UserConnected(object,Owner,Chan,User,ErrorCode,ErrorText) syntax has these parts:
The UserConnected(object,Owner,Chan,User,ErrorCode,ErrorText) syntax has these parts:
object | An expression evaluating to an object of type wodTunnelNotify. |
Owner | Required. A wodTunnelCom object. Reference to the wodTunnelCom instance that called this notification method. |
Chan | Required. A Channel object. Reference to the channel that was started. |
User | Required. An User object. Reference to the user that connected. |
ErrorCode | Required. An Integer value. Specifies the error that occurred, if any. |
ErrorText | Required. A String value. Holds a text description of the error. |