ConnectionsMessage

For discussion of the Poker Mavens server module and other administration topics
Post Reply
madcow
Posts: 197
Joined: Fri May 22, 2009 1:25 pm

ConnectionsMessage

Post by madcow »

Hi Kent,

can you show me how to use "ConnectionsMessage" thru API please .. i don't know the syntax how to use it.

thank you
T
Kent Briggs
Site Admin
Posts: 5880
Joined: Wed Mar 19, 2008 8:47 pm

Re: ConnectionsMessage

Post by Kent Briggs »

madcow wrote:Hi Kent,
can you show me how to use "ConnectionsMessage" thru API please .. i don't know the syntax how to use it.
It takes two parameters: Message and SessionID. Message is just the text you want to send. A SessionID is the sequential number assigned to every new connection and is displayed on the Connections tab in the server console. It can be retrieved via the API using the ConnectionsGet or ConnectionsList commands.
madcow
Posts: 197
Joined: Fri May 22, 2009 1:25 pm

Re: ConnectionsMessage

Post by madcow »

thank you Kent
Post Reply