프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Acc | WhatsappAccount, | ||
DEBUG | bool | ||
SYSEncoding | Encoding | ||
whatsNetwork | WhatsNetwork, |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DebugPrint ( string debugMsg ) : void | ||
addAuth ( ) : ProtocolTreeNode, | ||
addAuthResponse_v1_2 ( ) : ProtocolTreeNode, | ||
addFeatures ( ) : ProtocolTreeNode, | ||
processChallenge ( ProtocolTreeNode, node ) : void | ||
processInboundData ( byte data ) : void | ||
sendMessageReceived ( ProtocolTreeNode, msg ) : void |
메소드 | 설명 | |
---|---|---|
PrintInfo ( string p ) : void | ||
md5 ( string pass ) : string |
public AddMessage ( ProtocolTreeNode, node ) : void | ||
node | ProtocolTreeNode, | |
리턴 | 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 WhatsAppProtocol ( WhatsappAccount, _Acc ) : System | ||
_Acc | WhatsappAccount, | |
리턴 | System |
protected addAuthResponse_v1_2 ( ) : ProtocolTreeNode, | ||
리턴 | ProtocolTreeNode, |
protected processChallenge ( ProtocolTreeNode, node ) : void | ||
node | ProtocolTreeNode, | |
리턴 | void |
protected sendMessageReceived ( ProtocolTreeNode, msg ) : void | ||
msg | ProtocolTreeNode, | |
리턴 | void |