Property | Type | Description | |
---|---|---|---|
Populate | |||
Write | bool | ||
Write | bool | ||
WriteParameters | bool |
Method | Description | |
---|---|---|
ToString ( ) : string |
Method | Description | |
---|---|---|
Populate ( List |
||
Write ( WriteBuffer buf ) : bool |
Bind is a special message in that it supports the "direct buffer" optimization, which allows us to write user byte[] data directly to the stream rather than copying it into our buffer. It therefore has its own special overload of Write below.
|
|
Write ( WriteBuffer buf, DirectBuffer &directBuf ) : bool | ||
WriteParameters ( WriteBuffer buf, DirectBuffer &directBuf ) : bool |