Property | Type | Description | |
---|---|---|---|
Acc | WhatsappAccount, | ||
DEBUG | bool | ||
SYSEncoding | Encoding | ||
whatsNetwork | WhatsNetwork, |
Method | Description | |
---|---|---|
AddMessage ( ProtocolTreeNode, node ) : void | ||
Connect ( ) : void | ||
Disconnect ( ) : void | ||
GetAccountInfo ( ) : AccountInfo, | ||
GetAllMessages ( ) : ProtocolTreeNode[], | ||
HasMessages ( ) : bool | ||
Login ( ) : void | ||
Message ( string to, string txt ) : void | ||
MessageImage ( string msgid, string to, string url, string file, string size, string icon ) : void | ||
PollMessages ( ) : void | ||
Pong ( string msgid ) : void | ||
RequestLastSeen ( string jid ) : void | ||
WhatsAppProtocol ( WhatsappAccount, _Acc ) : System | ||
sendNickname ( string nickname ) : void |
Method | Description | |
---|---|---|
DebugPrint ( string debugMsg ) : void | ||
addAuth ( ) : ProtocolTreeNode, | ||
addAuthResponse_v1_2 ( ) : ProtocolTreeNode, | ||
addFeatures ( ) : ProtocolTreeNode, | ||
processChallenge ( ProtocolTreeNode, node ) : void | ||
processInboundData ( byte data ) : void | ||
sendMessageReceived ( ProtocolTreeNode, msg ) : void |
Method | Description | |
---|---|---|
PrintInfo ( string p ) : void | ||
md5 ( string pass ) : string |
public AddMessage ( ProtocolTreeNode, node ) : void | ||
node | ProtocolTreeNode, | |
return | void |
protected DebugPrint ( string debugMsg ) : void | ||
debugMsg | string | |
return | void |
public GetAllMessages ( ) : ProtocolTreeNode[], | ||
return | ProtocolTreeNode[], |
public Message ( string to, string txt ) : void | ||
to | string | |
txt | string | |
return | void |
public MessageImage ( string msgid, string to, string url, string file, string size, string icon ) : void | ||
msgid | string | |
to | string | |
url | string | |
file | string | |
size | string | |
icon | string | |
return | void |
public WhatsAppProtocol ( WhatsappAccount, _Acc ) : System | ||
_Acc | WhatsappAccount, | |
return | System |
protected addAuthResponse_v1_2 ( ) : ProtocolTreeNode, | ||
return | ProtocolTreeNode, |
protected addFeatures ( ) : ProtocolTreeNode, | ||
return | ProtocolTreeNode, |
protected processChallenge ( ProtocolTreeNode, node ) : void | ||
node | ProtocolTreeNode, | |
return | void |
protected processInboundData ( byte data ) : void | ||
data | byte | |
return | void |
protected sendMessageReceived ( ProtocolTreeNode, msg ) : void | ||
msg | ProtocolTreeNode, | |
return | void |
public sendNickname ( string nickname ) : void | ||
nickname | string | |
return | void |