Метод | Описание | |
---|---|---|
AddMessage ( |
||
Connect ( ) : void | ||
GetAccountInfo ( ) : |
||
GetAllMessages ( ) : WhatsAppApi.Helper.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 | ||
WhatsApp ( string phoneNum, string imei, string nick, bool debug = false ) : System | ||
encryptPassword ( ) : string | ||
sendNickname ( string nickname ) : void |
Метод | Описание | |
---|---|---|
DebugPrint ( string debugMsg ) : void | ||
addAuth ( ) : |
||
addAuthResponse ( ) : |
||
addFeatures ( ) : |
||
authenticate ( string nonce ) : string | ||
processChallenge ( |
||
processInboundData ( string data ) : void | ||
sendMessageReceived ( |
Метод | Описание | |
---|---|---|
PrintInfo ( string p ) : void | ||
md5 ( string pass ) : string |
public AddMessage ( |
||
node | ||
Результат | void |
protected DebugPrint ( string debugMsg ) : void | ||
debugMsg | string | |
Результат | void |
public GetAccountInfo ( ) : |
||
Результат |
public GetAllMessages ( ) : WhatsAppApi.Helper.ProtocolTreeNode[] | ||
Результат | WhatsAppApi.Helper.ProtocolTreeNode[] |
public Message ( string to, string txt ) : void | ||
to | string | |
txt | string | |
Результат | 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 | |
Результат | void |
public RequestLastSeen ( string jid ) : void | ||
jid | string | |
Результат | void |
public WhatsApp ( string phoneNum, string imei, string nick, bool debug = false ) : System | ||
phoneNum | string | |
imei | string | |
nick | string | |
debug | bool | |
Результат | System |
protected addAuth ( ) : |
||
Результат |
protected addAuthResponse ( ) : |
||
Результат |
protected addFeatures ( ) : |
||
Результат |
protected authenticate ( string nonce ) : string | ||
nonce | string | |
Результат | string |
protected processChallenge ( |
||
node | ||
Результат | void |
protected processInboundData ( string data ) : void | ||
data | string | |
Результат | void |
protected sendMessageReceived ( |
||
msg | ||
Результат | void |
public sendNickname ( string nickname ) : void | ||
nickname | string | |
Результат | void |