Property | Type | Description | |
---|---|---|---|
Key | WhatsAppApi.Helper.KeyStream |
Method | Description | |
---|---|---|
BinTreeNodeWriter ( ) : System | ||
StartStream ( string domain, string resource ) : byte[] | ||
Write ( |
Method | Description | |
---|---|---|
DebugPrint ( string debugMsg ) : void | ||
flushBuffer ( bool encrypt = true ) : byte[] | ||
writeAttributes ( IEnumerable |
||
writeBytes ( byte bytes ) : void | ||
writeBytes ( string bytes ) : void | ||
writeInt16 ( int v ) : void | ||
writeInt20 ( int v ) : void | ||
writeInt24 ( int v ) : void | ||
writeInt31 ( int v ) : void | ||
writeInt8 ( int v ) : void | ||
writeInternal ( |
||
writeJid ( string user, string server ) : void | ||
writeListStart ( int len ) : void | ||
writeString ( string tag ) : void | ||
writeToken ( int token ) : void |
Method | Description | |
---|---|---|
GetInt16 ( int len ) : byte[] | ||
GetInt24 ( int len ) : byte[] |
protected DebugPrint ( string debugMsg ) : void | ||
debugMsg | string | |
return | void |
public StartStream ( string domain, string resource ) : byte[] | ||
domain | string | |
resource | string | |
return | byte[] |
public Write ( |
||
node | ||
encrypt | bool | |
return | byte[] |
protected flushBuffer ( bool encrypt = true ) : byte[] | ||
encrypt | bool | |
return | byte[] |
protected writeAttributes ( IEnumerable |
||
attributes | IEnumerable |
|
return | void |
protected writeInternal ( |
||
node | ||
return | void |
protected writeJid ( string user, string server ) : void | ||
user | string | |
server | string | |
return | void |